STK ObjectsSend comments on this topic.
IsPropagatorTypeSupported Method (IAgSatellite)
See Also
Propagator
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

Propagator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.