| 
            
              XGCPSetsSaveGCPSet Method
             | 
          
        
        
GCP Set의 데이터 및 정보를 파일로 저장한다.
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic bool SaveGCPSet(
	string strFilePath
)
Parameters
- strFilePath  String
 -  파일 경로. 
 
Return Value
Boolean XML 형식으로 GCP set 정보 및 데이터를 저장하면 true를 반환하고, 파일로 저장할 수 없으면 false를 반환한다. 
See Also