Set repeat.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
void SetRepeat(
	bool repeat
)
Visual Basic (Declaration)
Sub SetRepeat ( _
	repeat As Boolean _
)
Visual C++
void SetRepeat(
	bool repeat
)

Parameters

repeat
Type: System..::.Boolean
Repeat.

Remarks

Sets the asset’s repeat attribute. This is currently only used for List asset types.

See Also