Parameters
- page
- The Page where the DimensionCircle will be placed on
- circle
- The Graphics.Arc where DimensionCircle will be created
- vertex
- End point of DimensionCircle
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when the page is NULL. |
| System.ArgumentNullException | Thrown when the circle is NULL. |
| Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when the Graphics.Arc is not a circle. |
| Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when the given Page has the PageType set to ExternalDocument. |