AGI STK Objects 11 Send comments on this topic.
RevsToRepeat Property (IAgVeRepeatGroundTrackNumbering)
See Also 
Windows






Windows & Linux

Description

Once the path number reaches the number of revolutions in the repeat cycle, the next path number is 1. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RevsToRepeat() As Integer

[C#]
public int RevsToRepeat {get; set;}

[Managed C++]
public: __property int get_RevsToRepeat();
public: __property void set_RevsToRepeat(
int
);

[Unmanaged C++]
public: HRESULT get_RevsToRepeat(
long * pRetVal
);
public: HRESULT put_RevsToRepeat(
long NewRevsToRepeat
);

[Java]
public int getRevsToRepeat();public void setRevsToRepeat(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface