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






Windows & Linux

Description

The minimum time that must elapse from the beginning of the segment until Astrogator will begin checking stopping conditions for satisfaction. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinPropagationTime() As Double
[C#]
public double MinPropagationTime {get; set;}
[Managed C++]
public: __property double get_MinPropagationTime();
public: __property void set_MinPropagationTime(
   double
);
[Unmanaged C++]
public: HRESULT get_MinPropagationTime(
   double * pRetVal
);
public: HRESULT put_MinPropagationTime(
   double NewMinPropagationTime
);
[Java]
public double getMinPropagationTime();public void setMinPropagationTime(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.