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





Windows & Linux

Description

Gets the basic descent model with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.