Click or drag to resize
XDL

XfnSetConfigPath Method

Planet에서 사용하는 XDLConfigration.xml 파일이 있는 경로를 설정한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.0
Syntax
C#
public static bool SetConfigPath(
	string strPath
)

Parameters

strPath  String
파일 경로.

Return Value

Boolean
성공인경우 true, 실패인 경우 false
See Also