Indicates if the specified element is allowed to be displaced.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool IsAllowedAsDisplacedElement( Element element )
Parameters
- element Element
- Any element.
Return Value
BooleanReturns true if the element is eligible to be assigned to a DisplacementElement.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |