<Code Lib>
2023 Method
Changes 0
M

MultiReferenceAnnotationOptions.SetElementsToDimension

Description:
Sets the elements which the dimension will witness.
Remarks:
The dimension will automatically find geometric references in the elements.

public void SetElementsToDimension(
	ICollection<ElementId> elementsToDimension
)

  • ICollection<ElementId>
    elementsToDimension
    The elements which the dimension will witness.

Loading…