|
NXMilmapLayerSceneDisplayOpen(String) Method
|
파일로부터 scene객체를 로딩하여 생성한다. 기존의 scene 객체가 있으면 새로운 scene으로 대체한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic bool Open(
string strFile
)
Parameters
- strFile String
- scene의 파일 경로, 확장자 *.smz, *.sml.
Return Value
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also