Once the path number reaches the number of revolutions in the repeat cycle, the next path number is 1. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property RevsToRepeat() As Integer |
[C#] |
---|
public int RevsToRepeat {get; set;} |
[Managed C++] |
---|
public: __property int get_RevsToRepeat(); |
[Unmanaged C++] |
---|
public: HRESULT get_RevsToRepeat( long * pVal ); public: HRESULT put_RevsToRepeat( long RevsToRepeat ); |
[Java] |
---|
public int getRevsToRepeat(); public void setRevsToRepeat( int ); |