Click or drag to resize
XDL

XscObjGetTypeName Method

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

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

Return Value

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