STK ObjectsSend 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();
[Python - STK API ]
@property
def AvailableFeatures(self) -> "IAgAvailableFeatures":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.