Click or drag to resize
XDL

XscCreateCastedXscObj Method (XscObj)

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

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

Parameters

Obj
Type: Pixoneer.NXDL.NSCENEXscObj
기본 scene 객체.

Return Value

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