|
XVectorIOExport Method
|
표준 및 상용 포맷의 벡터 파일로 저장한다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntaxpublic bool Export(
ref XvcBase pBase,
string strSaveFileName,
string strFormatKey,
out string strError,
XThread thd
)
Parameters
- pBase XvcBase
- [In] 저장하려는 XvcBase 데이터.
- strSaveFileName String
- [In] 저장 경로
- strFormatKey String
- [In] 파일 형식 키워드. ( 예: GDAL Vector drivers의 short name(DXF, ESRI Shapefile 등) )
- strError String
- [Out] 에러발생시 오류 메시지.
- thd XThread
- [In] Thread
Return Value
Boolean 성공이면 true, 실패이면 false
See Also