AGI STK Objects 11Send 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 * pRetVal
);
[Java]
public AgESTKObjectType getClassType();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.