STK ObjectsSend comments on this topic.
IsLookAheadPropagatorSupported Method (IAgVePropagatorRealtime)
See Also
Propagator
Windows





Windows & Linux

Description

Returns whether the specified look ahead propagator is supported

Syntax

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

Parameters

Propagator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.