Indicates whether elements of the specified category are eligible as displaced elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanCategoryBeDisplaced(
ElementId categoryId
)
Parameters
- categoryId ElementId
-
Category id of element to be replaced.
Return Value
Boolean
Returns true if elements of this category can be displaced, and false otherwise.
Exceptions
Remarks
Elements may be disallowed as displaced elements for reasons other than their category.
See Also
Reference