Revit 2025.3 API
| Displacement | 
   Indicates whether elements of the specified category are eligible as displaced elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool CanCategoryBeDisplaced( ElementId categoryId )
Public Shared Function CanCategoryBeDisplaced ( categoryId As ElementId ) As Boolean
public: static bool CanCategoryBeDisplaced( ElementId^ categoryId )
static member CanCategoryBeDisplaced : categoryId : ElementId -> bool
Parameters
- categoryId ElementId
- Category id of element to be replaced.
Return Value
BooleanReturns true if elements of this category can be displaced, and false otherwise.
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | A non-optional argument was null | 
 Remarks
Remarks
   Elements may be disallowed as displaced elements for reasons other than their category.
See Also