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#
bool IsUnderConstruction { get; }
Visual Basic (Declaration)
ReadOnly Property IsUnderConstruction As Boolean
Visual C++
property bool IsUnderConstruction {
	bool get ();
}

Field Value

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

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