Click or drag to resize
XDL

XRasterIOExport Method (XRSSaveFile, String, String, String, XThread)

여러 개의 밴드가 있는 XRSSaveFile 객체를 임의의 파일 형식으로 저장한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 2.0.3.31
Syntax
C#
public bool Export(
	ref XRSSaveFile RSFileIn,
	string strSaveFileName,
	string strFormatKey,
	out string strError,
	XThread thd
)

Parameters

RSFileIn
Type: Pixoneer.NXDL.NRSXRSSaveFile
[In] XRSSaveFile 객체.
strSaveFileName
Type: SystemString
[In] 파일 경로.
strFormatKey
Type: SystemString
[In] 파일 형식 키워드. ( 예: GDAL Raster drivers의 short name(GTiff, NITF, JPEG, BMP...) )
strError
Type: SystemString
[Out] 에러 발생시 오류 메시지.
thd
Type: Pixoneer.NXDLXThread
[In] Thread

Return Value

Type: Boolean
성공이면 true, 실패이면 false
See Also