Parameters
- oProject
- Eplan.EplApi.DataModel.Project the Text will be assign to.
- contents
- System.String containing text to display.
- textHeight
- Height of the Text.
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when oProjectisnull. | 
| System.ArgumentNullException | Thrown when contentsisnull. | 
| 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. |