HasExtension Property


Indicates if the element supports an extension option.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

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

Remarks

Analytical model elements for walls support extension options, while those for floor or slabs do not.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →