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





Description

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1