Returns a class type of the object (i.e. eAircraft, eFacility etc.).
Read-only property
[Visual Basic .NET] |
---|
Public Property ClassType() As AgESTKObjectType |
[C#] |
---|
public AgESTKObjectType ClassType {get;} |
[Managed C++] |
---|
public: __property AgESTKObjectType get_ClassType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClassType( AgESTKObjectType * pVal ); |
[Java] |
---|
public AgESTKObjectType getClassType(); |
[Python - STK API ] |
---|
@property def ClassType(self) -> "AgESTKObjectType": |