 | NXMilmapLayerSceneEditorCreateNewOBJ Method |
종류에 따라 scene 객체를 생성한다.
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntaxpublic XscObj CreateNewOBJ(
string strType
)
Parameters
- strType
- Type: SystemString
새 객체의 유형 이름.
Return Value
Type:
XscObj 성공하면 XscObj를 반환하고 실패하면 nullptr을 반환한다.
See Also