|
NXMilmapLayerSceneEditorOpen(String) Method
|
파일로부터 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