AGI STK Objects 11 Send comments on this topic.
AvailableFeatures Property (IAgStkObjectRoot)
See Also 
Windows






Windows & Linux

Description

Allows the user to inquiry about the available features

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableFeatures() As IAgAvailableFeatures

[C#]
public IAgAvailableFeatures AvailableFeatures {get;}

[Managed C++]
public: __property IAgAvailableFeatures^ get_AvailableFeatures();

[Unmanaged C++]
public: HRESULT get_AvailableFeatures(
IAgAvailableFeatures ** ppRetVal
);

[Java]
public IAgAvailableFeatures getAvailableFeatures();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface