Parameters
| Parameter Name | Description |
|---|---|
| page | The Page where the DimensionCircle will be placed on |
| circle | The Arc where the DimensionCircle will be created |
| vertex | End point of the DimensionCircle |
| Parameter Name | Description |
|---|---|
| page | The Page where the DimensionCircle will be placed on |
| circle | The Arc where the DimensionCircle will be created |
| vertex | End point of the 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 Arc is not a circle. |
| Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when the given Page has the PageType set to "ExternalDocument". |