Click or drag to resize
XDL

X3DModelDriverManagerInitialize Method

this객체에 대한 초기화를 수행한다. 초기화시 파일로딩을 위한 각종 Resource를 로딩한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.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