Click or drag to resize
XDL

NXMilmapLayerSceneDisplayOpen Method (String)

파일로부터 scene객체를 로딩하여 생성한다. 기존의 scene 객체가 있으면 새로운 scene으로 대체한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool Open(
	string strFile
)

Parameters

strFile
Type: SystemString
scene의 파일 경로, 확장자 *.smz, *.sml.

Return Value

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