|
XPBVProviderExporterExport2PBV Method
|
출력 레벨 및 영역에 부합하는 벡터데이터를 PBV(Pixoneer Base Vector) 파일로 변환한다.
Namespace: Pixoneer.NXDL.NDFSAssembly: NXDLdfs (in NXDLdfs.dll) Version: 2.0.3.38
Syntaxpublic bool Export2PBV(
string outputFileName,
int level,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
ref string strError,
XThread thd
)
Parameters
- outputFileName String
- 출력 파일 경로.
- level Int32
- 출력 데이터 레벨.
- rangeMinX Double
- 출력 영역 X 방향 최소 경계값.
- rangeMinY Double
- 출력 영역 Y 방향 최소 경계값.
- rangeMaxX Double
- 출력 영역 X 방향 최대 경계값.
- rangeMaxY Double
- 출력 영역 Y 방향 최대 경계값.
- strError String
- 변환 실패시 오류 메시지
- thd XThread
- 작업 쓰레드
Return Value
Boolean변환을 완료하면 true를, 그렇지 않으면 false를 반환하다.
See Also