STK AviatorSend comments on this topic.
GetAdvCruiseByName Method (IAgAvtrAircraftCruise)
See Also
Name
Windows





Windows & Linux

Description

Gets the advanced cruise model with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.