Click or drag to resize
XDL

NXMilmapLayerSceneEditorCreateNewOBJ Method

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

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

Parameters

strType  String
새 객체의 유형 이름.

Return Value

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