DisplacementElementGetDisplacedElementIds(View) Method

Returns the element ids of all displaced elements in the specified view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<ElementId> GetDisplacedElementIds(
	View view
)

Parameters

view  View
The view.

Return Value

ICollectionElementId
The element ids.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also