STK ObjectsSend 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 * pVal
);
public: HRESULT put_RevsToRepeat(
    long RevsToRepeat
);
[Java]
public int getRevsToRepeat();
public void setRevsToRepeat(
    int
);
[Python - STK API ]
@property
def RevsToRepeat(self) -> int:

@RevsToRepeat.setter
def RevsToRepeat(self, RevsToRepeat:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.