Gets a value indicating whether this instance is under construction.

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

Syntax

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

Field Value

true if this instance is under construction; otherwise, false.

Implements

ISimplePlayerRecorder..::.IsUnderConstruction

Remarks

This function returns true when recording is underway or when the clip has zero length indicating it is about to be recorded.

See Also