Gets a value indicating whether this instance is loaded.

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

Syntax

C#
public bool IsLoaded { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLoaded As Boolean
Visual C++
public:
virtual property bool IsLoaded {
	bool get () sealed;
}

Field Value

true if this instance is loaded; otherwise, false.

Implements

ISimplePlayerRecorder..::.IsLoaded

Remarks

This function returns true if the current timeline has duration or does not start with the ‘~’ character.

See Also