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 page is null . |
System.ArgumentNullException | Thrown when circle is null . |
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. |