AGI STK Astrogator 11Send comments on this topic.
OverrideMaxPropagationTime Property (IAgVAManeuverFinitePropagator)
See Also
Windows






Windows & Linux

Description

Override Maximum Propagation Time - if there is a duration or epoch stopping condition that occurs after the maximum propagation time, ignore the maximum propagation time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideMaxPropagationTime() As Boolean
[C#]
public bool OverrideMaxPropagationTime {get; set;}
[Managed C++]
public: __property bool get_OverrideMaxPropagationTime();
public: __property void set_OverrideMaxPropagationTime( bool );
[Unmanaged C++]
public: HRESULT get_OverrideMaxPropagationTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_OverrideMaxPropagationTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getOverrideMaxPropagationTime();
public void setOverrideMaxPropagationTime(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.