Indicates if the specified element is allowed to be displaced.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsAllowedAsDisplacedElement(
Element element
)
Parameters
- element Element
-
Any element.
Return Value
Boolean
Returns true if the element is eligible to be assigned to a DisplacementElement.
Exceptions
Remarks
Exclusions include view specific elements as well as certain categories of elements.
See Also
Reference