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






Windows & Linux

Description

The number of times the condition must be satisfied before the propagation ends or moves on to the designated automatic sequence. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RepeatCount();
public: __property void set_RepeatCount(
double
);

[Unmanaged C++]
public: HRESULT get_RepeatCount(
double * pRetVal
);
public: HRESULT put_RepeatCount(
double NewRepeatCount
);

[Java]
public double getRepeatCount();public void setRepeatCount(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface