STK ObjectsSend comments on this topic.
IsLaunchTypeSupported Method (IAgVePropagatorBallistic)
See Also
Launch
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsLaunchTypeSupported( _
    ByVal Launch As AgEVeLaunch _
) As Boolean
[C#]
public bool IsLaunchTypeSupported(
    AgEVeLaunch Launch
);
[Managed C++]
public: bool IsLaunchTypeSupported(
    AgEVeLaunch Launch
);
[Unmanaged C++]
public: HRESULT IsLaunchTypeSupported(
    AgEVeLaunch Launch,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isLaunchTypeSupported(
    AgEVeLaunch Launch
);
[Python - STK API ]
def IsLaunchTypeSupported(self, Launch:"AgEVeLaunch") -> bool:

Parameters

Launch

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.