Checks whether the specified element will be treated as pinned for the purposes of selection.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool ElementSelectsAsPinned( Document document, Element element )
Parameters
Return Value
BooleanTrue if the specified element should be treated as pinned for selection purposes, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |