Share

DisplacementElement.GetAdditionalElementsToDisplace Method

Identify a set of elements that potentially should be displaced along with a given element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

For example, when a wall is displaced, any inserts or hosted elements should also be displaced.

See Also

Reference

Was this information helpful?