DisplacementElement.SetDisplacedElementIds
Description:
Sets the ids of the elements affected by this DisplacementElement.
Sets the ids of the elements affected by this DisplacementElement.
public void SetDisplacedElementIds(
ICollection<ElementId> displacedElemIds
)
-
ICollection<ElementId>displacedElemIdsSet of ids of elements to be displaced by this DisplacementElement.
-
For each individual element in the set displacedElemIds, isAllowedAsDisplacedElement must return true, and the elements must not already be displaced in the specified view.
-
A non-optional argument was null