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





Description

The number of orbits before the ground track repeats over the same longitude. 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1