 | XVectorIOExport Method |
표준 및 상용 포맷의 벡터 파일로 저장한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic bool Export(
ref XvcBase pBase,
string strSaveFileName,
string strFormatKey,
out string strError,
XThread thd
)
Parameters
- pBase
- Type: Pixoneer.NXDL.NVCXvcBase
[In] XvcBase object to export - strSaveFileName
- Type: SystemString
[In] 저장 경로 - strFormatKey
- Type: SystemString
[In] File format key (예 : DXF) - strError
- Type: SystemString
[Out] 에러발생시 Error 메시지를 얻는다. - thd
- Type: Pixoneer.NXDLXThread
[In] Thread
Return Value
Type:
Boolean 성공이면 true, 실패이면 false
See Also