Click or drag to resize
XDL

XVectorIOInitialize Method

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

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

Parameters

strError  String
[Out] 에러발생시 오류 메시지.

Return Value

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