STK AviatorSend comments on this topic.
GetMissile Method (IAgAvtrMissileModels)
See Also
Name
Windows





Windows & Linux

Description

Gets the missile with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.