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

IExtension.IsMiterLocked

Property
Description:
Retrieves or set the miter locked status at the end.
Remarks:
Property index must be 0 or 1 to indicate two ends, otherwise exceptions will be thrown. For beams, only if the beam is extended and is mitered with other beams at the end, it can be locked. Otherwise, the setting is invalid
Syntax
bool this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32
Return Value