Gets a value indicating whether the specified type can be used.
[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: |
- Trajectory
Determine if trajectory type is supported
[C#] | ||
---|---|---|
|
Determine if trajectory type is supported
[Visual Basic .NET] | ||
---|---|---|
|