Click or drag to resize
XDL

XRasterIOInitialize Method

this객체를 초기화 하고 IODriver를 로딩한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntax
C#
public bool Initialize(
	out string strError
)

Parameters

strError
Type: SystemString
[Out] Error 발생시 Error 메시지.

Return Value

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