Identify a set of elements that potentially should be displaced along with a given element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetAdditionalElementsToDisplace(
Document document,
View view,
ElementId idToDisplace
)
Parameters
- document Document
-
the document
- view View
-
the view
- idToDisplace ElementId
-
element id of element to displace
Return Value
ICollection<ElementId>
Exceptions
Remarks
For example, when a wall is displaced, any inserts or hosted elements should
also be displaced.
See Also
Reference