Set repeat.

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

Syntax

C#
public void SetRepeat(
	bool repeat
)
Visual Basic (Declaration)
Public Sub SetRepeat ( _
	repeat As Boolean _
)
Visual C++
public:
virtual void SetRepeat(
	bool repeat
) sealed

Parameters

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

Implements

ISimpleEditor..::.SetRepeat(Boolean)

Remarks

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

See Also