Click or drag to resize
XDL

XscObjGetTypeName Method

객체 유형의 이름을 가져온다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.0
Syntax
C#
public virtual string GetTypeName()

Return Value

String
객체 유형의 이름을 반환한다 예)"XscPoint", "XscCircle", ... etc.
See Also