Parameters
- page
- Eplan.EplApi.DataModel.Page the Text will be placed on.
- contents
- System.String containing text to display.
- textHeight
- Height of the Text.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when page is null . |
System.ArgumentNullException | Thrown when contents is null . |
Eplan.EplApi.DataModel.ObjectCreationException | Thrown when the Text cannot be created. |
Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the Text has already been created. |
Eplan.EplApi.DataModel.IncorrectObjectTypeException | Thrown when function is invoked with object of higher class. |
Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument. |