Revit 2025.3 API
Displacement |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool CanElementsBeDisplaced( View view, ICollection<ElementId> elementIds, out ElementId commonDisplacedElementId )
Public Shared Function CanElementsBeDisplaced ( view As View, elementIds As ICollection(Of ElementId), <OutAttribute> ByRef commonDisplacedElementId As ElementId ) As Boolean
public: static bool CanElementsBeDisplaced( View^ view, ICollection<ElementId^>^ elementIds, [OutAttribute] ElementId^% commonDisplacedElementId )
static member CanElementsBeDisplaced : view : View * elementIds : ICollection<ElementId> * commonDisplacedElementId : ElementId byref -> bool
Parameters
Return Value
BooleanSee Also