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