Click or drag to resize
XDL

XGCPSetsSaveGCPSet Method

GCP Set의 데이터 및 정보를 파일로 저장한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool SaveGCPSet(
	string strFilePath
)

Parameters

strFilePath
Type: SystemString
파일 경로.

Return Value

Type: Boolean
XML 형식으로 GCP set 정보 및 데이터를 저장하면 true를 반환하고, 파일로 저장할 수 없으면 false를 반환한다.
See Also