Gets or sets the number of times that the sequence will be executed. A sequence that is repeated is executed immediately subsequent to the previous execution of the sequence. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property RepeatCount() As Integer |
[C#] |
---|
public int RepeatCount {get; set;} |
[Managed C++] |
---|
public: __property int get_RepeatCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_RepeatCount( long * pVal ); public: HRESULT put_RepeatCount( long newVal ); |
[Java] |
---|
public int getRepeatCount(); public void setRepeatCount( int ); |