HasMiter Property


Retrieves the miter status at the end

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
bool this[
	int index
] { get; }
Visual Basic
ReadOnly Property HasMiter ( _
	index As Integer _
) As Boolean
	Get
Visual C++
property bool HasMiter[int index] {
	bool get (int index);
}

Parameters

index
Type: SystemInt32

Remarks

Property index must be 0 or 1 to indicate two ends, otherwise exceptions will be thrown. For beams, this can check whether the beam is mitered with other beams at the end

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 →