STK AviatorSend comments on this topic.
GetRotorcraft Method (IAgAvtrRotorcraftModels)
See Also
Name
Windows





Windows & Linux

Description

Gets the rotorcraft with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.