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 oProject 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. |