UIDocument.ShowElements(ElementSet)
Method
Description:
Shows the elements by zoom to fit.
Shows the elements by zoom to fit.
Remarks:
Places all the elements on the screen by moving the view.
Places all the elements on the screen by moving the view.
Parameters
| Parameter | Type | Description |
|---|---|---|
| elements | ElementSet | The set of elements that will be shown. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Elements is null. |
| ArgumentException | Member of elements is null. |