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






Windows & Linux

Description

Maximum Propagation Time - the maximum propagation time, after which the segment will end regardless of whether the stopping conditions have been satisfied. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxPropagationTime() As Double
[C#]
public double MaxPropagationTime {get; set;}
[Managed C++]
public: __property double get_MaxPropagationTime();
public: __property void set_MaxPropagationTime(
   double
);
[Unmanaged C++]
public: HRESULT get_MaxPropagationTime(
   double * pRetVal
);
public: HRESULT put_MaxPropagationTime(
   double NewMaxPropagationTime
);
[Java]
public double getMaxPropagationTime();public void setMaxPropagationTime(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.