Get the attitude trending controls.
Read-only property
[Visual Basic .NET] |
---|
Public Property TrendingControls() As IAgVeAttTrendControlAviator |
[C#] |
---|
public IAgVeAttTrendControlAviator TrendingControls {get;} |
[Managed C++] |
---|
public: __property IAgVeAttTrendControlAviator ^ get_TrendingControls(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrendingControls( IAgVeAttTrendControlAviator ** ppVal ); |
[Java] |
---|
public IAgVeAttTrendControlAviator getTrendingControls(); |
[Python - STK API ] |
---|
@property def TrendingControls(self) -> "IAgVeAttTrendControlAviator": |