Click or drag to resize
XDL

XGCPSetsRemove Method

GCP Set에 있는 특정 GCP를 삭제한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void Remove(
	XGCP gcp
)

Parameters

gcp  XGCP
[In] 삭제할 XGCP 객체.
See Also