STK AviatorSend comments on this topic.
ModeAsRocket Property (IAgAvtrMissileProp)
See Also
Windows





Windows & Linux

Description

Get the interface for an Rocket propulsion strategy.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ModeAsRocket() As IAgAvtrMissileRocketProp
[C#]
public IAgAvtrMissileRocketProp ModeAsRocket {get;}
[Managed C++]
public: __property IAgAvtrMissileRocketProp ^ get_ModeAsRocket();
[Unmanaged C++]
public: HRESULT get_ModeAsRocket(
    IAgAvtrMissileRocketProp ** ppRetVal
);
[Java]
public IAgAvtrMissileRocketProp getModeAsRocket();
[Python - STK API ]
@property
def ModeAsRocket(self) -> "IAgAvtrMissileRocketProp":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.