Click or drag to resize
XDL

NXPlanetLayerSceneEditorSave Method

현재 레이어의 scene 객체를 파일로 저장한다.

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

Parameters

strFile
Type: SystemString
파일 경로를 문자열 값.

Return Value

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