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