Click or drag to resize
XDL

XVectorIOInitialize Method

XVectorIO객체를 초기화하고 IO Driver를 로딩한다.

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 메시지를 얻는다.

Return Value

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