Sets the ids of the elements affected by this DisplacementElement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public void SetDisplacedElementIds(
ICollection<ElementId> displacedElemIds
) |
Visual Basic |
---|
Public Sub SetDisplacedElementIds ( _
displacedElemIds As ICollection(Of ElementId) _
) |
Visual C++ |
---|
public:
void SetDisplacedElementIds(
ICollection<ElementId^>^ displacedElemIds
) |
Parameters
- displacedElemIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
Set of ids of elements to be displaced by this DisplacementElement.
Exceptions
See Also