|
XscObjEx Constructor
|
XscObjEx 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
클래스를 확인하기 위한 클래스 이름(XscObj의 GetTypeName 함수의 역할)을 지정하여 생성한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.0
Syntaxpublic XscObjEx(
string typeName
)
Parameters
- typeName String
[Missing <param name="typeName"/> documentation for "M:Pixoneer.NXDL.NSCENE.XscObjEx.#ctor(System.String)"]
See Also