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





Description

Minimum Propagation Time - 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1