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
);
|
See Also