AGI STK Objects 11Send 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 
[C#]
public bool IsPropagatorTypeAvailable(
    AgEVePropagatorType PropagatorType
);
[Managed C++]
public: bool IsPropagatorTypeAvailable(
    AgEVePropagatorType PropagatorType
);
[Java]
public bool isPropagatorTypeAvailable(
    AgEVePropagatorType PropagatorType
);
[Unmanaged C++]
public: HRESULT IsPropagatorTypeAvailable(
    AgEVePropagatorType PropagatorType,
    VARIANT_BOOL * pRetVal
);

Parameters

PropagatorType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.