|
NXPlanetLayerSceneEditorSave Method
|
현재 레이어의 scene 객체를 파일로 저장한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic bool Save(
string strFile
)
Parameters
- strFile String
- 파일 경로를 문자열 값.
Return Value
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also