|
XRasterIOInitialize Method
|
객체를 초기화하고 IO 드라이버를 로딩한다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntaxpublic bool Initialize(
out string strError
)
Parameters
- strError String
- [Out] Error 발생시 오류 메시지.
Return Value
Boolean 성공이면 true, 실패이면 false
See Also