2021 Method
Changes 0
M

DisplacementElement.GetAdditionalElementsToDisplace

Description:
Identify a set of elements that potentially should be displaced along with a given element.
Remarks:
For example, when a wall is displaced, any inserts or hosted elements should also be displaced.
public static ICollection<ElementId> GetAdditionalElementsToDisplace(
	Document document,
	View view,
	ElementId idToDisplace
)
Return Value ICollection<ElementId>