STK AviatorSend comments on this topic.
Descent Property (IAgAvtrAircraft)
See Also
Windows





Windows & Linux

Description

Get the descent interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Descent() As IAgAvtrAircraftDescent
[C#]
public IAgAvtrAircraftDescent Descent {get;}
[Managed C++]
public: __property IAgAvtrAircraftDescent ^ get_Descent();
[Unmanaged C++]
public: HRESULT get_Descent(
    IAgAvtrAircraftDescent ** ppDescent
);
[Java]
public IAgAvtrAircraftDescent getDescent();
[Python - STK API ]
@property
def Descent(self) -> "IAgAvtrAircraftDescent":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.