RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IExtension

IExtension.HasMiter

Property
Description:
Retrieves the miter status at the end
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
Syntax
bool this[
	int index
] { get; }
Parameters
Parameter Type Description
index Int32
Return Value