STK ObjectsSend comments on this topic.
IsTrajectoryTypeSupported Method (IAgLaunchVehicle)
See Also
Trajectory
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

Trajectory

See Also

Example

Determine if trajectory type is supported
[C#]
bool supported = launchVehicle.IsTrajectoryTypeSupported(AgEVePropagatorType.ePropagatorRealtime);
Determine if trajectory type is supported
[Visual Basic .NET]
Dim supported As Boolean = launchVehicle.IsTrajectoryTypeSupported(AgEVePropagatorType.ePropagatorRealtime)
© 2024 Analytical Graphics, Inc. All Rights Reserved.