STK ObjectsSend comments on this topic.
ClassType Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Returns a class type of the object (i.e. eAircraft, eFacility etc.)

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.