Identifies if the element has been pinned to prevent changes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Pinned { get; set; }Property Value
Boolean
Exceptions
Remarks
An element which is pinned may not be moved, and warnings will be issued
when an attempt is made to delete it.
See Also
Reference