Click or drag to resize
XDL

XGCPSetsGetGCP Method

입력 인덱스에 해당하는 XGCP 인스턴스를 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public XGCP GetGCP(
	int Idx
)

Parameters

Idx
Type: SystemInt32
[in] 0부터 시작하는 인덱스.

Return Value

Type: XGCP
입력 인덱스에 해당하는 XGCP 인스턴스.
See Also