Click or drag to resize
XDL

NXMilmapLayerSceneDisplayAdd(String, Boolean) Method

현재 화면에 scene 파일을 로딩하여 추가한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
public bool Add(
	string strFile,
	bool bMerge
)

Parameters

strFile  String
Scene의 파일경로, 확장자 *.smz, *.sml.
bMerge  Boolean
현재 열린 scene과 병합할지 선택

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also