STK AstrogatorSend comments on this topic.
MaxTripTimes Property (IAgVAAccessStoppingCondition)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_MaxTripTimes(
    double InVal
);
[Java]
public double getMaxTripTimes();
public void setMaxTripTimes(
    double
);
[Python - STK API ]
@property
def MaxTripTimes(self) -> float:

@MaxTripTimes.setter
def MaxTripTimes(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.