Click or drag to resize
XDL

NXMilmapConfigLoad Method

NXMilmap 환경설정을 로딩한다.

Namespace: Pixoneer.NXDL.NXMilmap
Assembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntax
C#
public bool Load(
	string filepath
)

Parameters

filepath  String
환경설정 파일경로

Return Value

Boolean
특정 파일 경로의 환경설정 내용을 로드하면 true를, 그렇지 않으면 false를 반환한다.
See Also