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






Windows & Linux

Description

Rhe 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.