AGI STK Astrogator 11 Send comments on this topic.
RepeatCount Property (IAgVAMCSSequence)
See Also 





Description

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.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_RepeatCount();
public: __property void set_RepeatCount(
int
);

[Unmanaged C++]
public: HRESULT get_RepeatCount(
long * pRetVal
);
public: HRESULT put_RepeatCount(
long NewRepeatCount
);

[Java]
public int getRepeatCount();public void setRepeatCount(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1