AGI STK Objects 11 Send comments on this topic.
ClassType Property (IAgStkObject)
See Also 





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 * pRetVal
);

[Java]
public AgESTKObjectType getClassType();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1