Returns the element ids of all displaced elements in the specified view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetDisplacedElementIds(
View view
)
Parameters
- view View
-
The view.
Return Value
ICollection<ElementId>
The element ids.
Exceptions
See Also
Reference