Click or drag to resize
XDL

XSarParameters(IntPtr) Constructor

XSarParameters클래스의 기본 생성자로서, 원본 비관리 XSarParameters 객체를 입력받아 멤버 변수를 초기화한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.1
Syntax
C#
public XSarParameters(
	IntPtr sarParameters
)

Parameters

sarParameters  IntPtr
원본 비관리 XSarParameters 객체.
See Also