Identifies if the element has been pinned to prevent changes.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Pinned { get; set; }
Property Value
BooleanExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: Element cannot be pinned or unpinned. |
