Gets or sets the minimum time that must elapse from the beginning of the segment until Astrogator will begin checking stopping conditions for satisfaction. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinPropagationTime() As Double |
[C#] |
---|
public double MinPropagationTime {get; set;} |
[Managed C++] |
---|
public: __property double get_MinPropagationTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinPropagationTime( double * pVal ); public: HRESULT put_MinPropagationTime( double newVal ); |
[Java] |
---|
public double getMinPropagationTime(); public void setMinPropagationTime( double ); |