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





Windows & Linux

Description

Creates a new rotorcraft with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.