Share

DisplacementElement.GetDisplacedElementIdsFromAllChildren Method

The element ids of elements displaced by this DisplacementElement and any DisplacementElement which declare this one as parent.


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

Syntax

C#

public ICollection<ElementId> GetDisplacedElementIdsFromAllChildren()

Return Value

ICollection<ElementId>
The element ids.

See Also

Reference

Was this information helpful?