AGI STK Astrogator 11 Send comments on this topic.
MaxTripTimes Property (IAgVAStoppingCondition)
See Also 





Description

The maximum number of times that the stopping condition will be applied - and any resulting automatic sequences executed. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxTripTimes() As Double

[C#]
public double MaxTripTimes {get; set;}

[Managed C++]
public: __property double get_MaxTripTimes();
public: __property void set_MaxTripTimes(
double
);

[Unmanaged C++]
public: HRESULT get_MaxTripTimes(
double * pRetVal
);
public: HRESULT put_MaxTripTimes(
double NewMaxTripTimes
);

[Java]
public double getMaxTripTimes();public void setMaxTripTimes(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1