Parameters
- page
- Eplan.EplApi.DataModel.Page the Line will be placed on.
- pntStart
- Eplan.EplApi.Base.PointD start point of the Line
- pntEnd
- Eplan.EplApi.Base.PointD end point of the Line
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when page is null . |
Eplan.EplApi.DataModel.ObjectCreationException | Thrown when the Line cannot be created. |
Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the Line has already been created. |
Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument. |