2027 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
)
  • document
    the document
  • view
    the view
  • idToDisplace
    element id of element to displace
Return Value ICollection<ElementId> ICollection ElementId