 | XRasterIOExportComposites Method (XDMCompManager, String, String, IntPtr, Double, Double, Double, Double, Double, Double, String, XThread) |
여러개의 XDMComposite를 포함하는 XDMCompManager 객체를 출력 조건을 설정하여 파일로 저장한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic bool ExportComposites(
XDMCompManager xdmCompManagerIn,
string strSaveFileName,
string strFormatKey,
IntPtr viewHandle,
double llx,
double lly,
double urx,
double ury,
double psx,
double psy,
out string strError,
XThread thd
)
Parameters
- xdmCompManagerIn
- Type: Pixoneer.NXDL.NRSXDMCompManager
[In] XDMCompManager 객체. - strSaveFileName
- Type: SystemString
[In] 파일 경로. - strFormatKey
- Type: SystemString
[In] 파일 Format Key (현재 버전은 XDM, BMP만 지원) - viewHandle
- Type: SystemIntPtr
[In] XDMCompManager가 도시된 또는 호환가능한 뷰 핸들. - llx
- Type: SystemDouble
[In] 저장하고자 하는 영역 중 x축 Boundary 최소 값 - lly
- Type: SystemDouble
[In] 저장하고자 하는 영역 중 y축 Boundary 최소 값 - urx
- Type: SystemDouble
[In] 저장하고자 하는 영역 중 x축 Boundary 최대 값 - ury
- Type: SystemDouble
[In] 저장하고자 하는 영역 중 y축 Boundary 최대 값 - psx
- Type: SystemDouble
[In] 저장 결과의 X 방향 공간 해상도 - psy
- Type: SystemDouble
[In] 저장 결과의 X 방향 공간 해상도 - strError
- Type: SystemString
[Out] 에러 발생시 Error 메시지 - thd
- Type: Pixoneer.NXDLXThread
[In] Thread
Return Value
Type:
Boolean 성공이면 true, 실패이면 false
See Also