STK ObjectsSend comments on this topic.
IsPropagatorTypeAvailable Method (IAgAvailableFeatures)
See Also
PropagatorType
Windows





Windows & Linux

Description

Returns true if the specified propagator is available.

Syntax

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

Parameters

PropagatorType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.