Click or drag to resize
XDL

Xsc.CreateCastedXscObj Method

기본 scene 객체에서 관리 객체로 변환한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
public static XscObj CreateCastedXscObj(
	XscObj Obj
)

Parameters

Obj  XscObj
기본 scene 객체.

Return Value

XscObj
대상 관리 scene 객체를 반환한다.
See Also