STK AviatorSend comments on this topic.
GetAdvClimbByName Method (IAgAvtrAircraftClimb)
See Also
Name
Windows





Windows & Linux

Description

Gets the advanced climb model with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.