Click or drag to resize
XDL

NXPlanetLayerSceneEditorOpen Method (String)

파일로부터 senescence 불러 온다.

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