Click or drag to resize
XDL

NXPlanetLayerSceneEditorCreateNewOBJ Method

객체 종류에 따라 scene 객체를 생성한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public XscObj CreateNewOBJ(
	string strType
)

Parameters

strType
Type: SystemString
새 객체의 유형 이름.

Return Value

Type: XscObj
성공하면 XscObj를 반환하고 실패하면 nullptr을 반환한다.
See Also