STK AviatorSend comments on this topic.
GetAdvDescentByName Method (IAgAvtrAircraftDescent)
See Also
Name
Windows





Windows & Linux

Description

Gets the advanced descent model with the given name.

Syntax

[Visual Basic .NET]
Public Function GetAdvDescentByName( _
    ByVal Name As String _
) As IAgAvtrAircraftAdvDescentModel
[C#]
public IAgAvtrAircraftAdvDescentModel GetAdvDescentByName(
    string Name
);
[Managed C++]
public: IAgAvtrAircraftAdvDescentModel^ GetAdvDescentByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetAdvDescentByName(
    BSTR Name,
    IAgAvtrAircraftAdvDescentModel ** ppAdvDescent
);
[Java]
public IAgAvtrAircraftAdvDescentModel getAdvDescentByName(
    String Name
);
[Python - STK API ]
def GetAdvDescentByName(self, Name:str) -> "IAgAvtrAircraftAdvDescentModel":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.