Click or drag to resize
XDL

NXPlanetLayerSceneEditorOpen Method (XScene)

현재 화면에 scene 파일을 추가한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool Open(
	XScene pScene
)

Parameters

pScene
Type: Pixoneer.NXDL.NSCENEXScene
Scene 객체.

Return Value

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