CanReset Property


True if the railing can be reset, False otherwise.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public bool CanReset { get; }
Visual Basic
Public ReadOnly Property CanReset As Boolean
	Get
Visual C++
public:
property bool CanReset {
	bool get ();
}

Remarks

A Railing can be reset only if the railing was created in Revit later than version 9.1.

See Also