Click or drag to resize
XDL

XRasterIOInitialize Method

객체를 초기화하고 IO 드라이버를 로딩한다.

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

Parameters

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

Return Value

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