|
XVectorIOLoadFile(String, String, XSpatialReference, XThread) Method
|
표준 및 상용 포맷의 벡터 파일을 로딩한다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 3.0.0.3
Syntaxpublic XvcBase LoadFile(
string strFileName,
out string strError,
ref XSpatialReference pInSR,
XThread thd
)
Parameters
- strFileName String
- [In] 파일 경로
- strError String
- [Out] 에러발생시 오류 메시지.
- pInSR XSpatialReference
- [Out] 벡터파일 좌표 시스템.
- thd XThread
- [In] 벡터 레이어 추출시 사용하는 쓰레드. 작업 진행상황을 thread로 확인하지 않는 경우 null로 설정.
Return Value
XvcBase XvcBase 객체.
See Also