Parameters
| Parameter Name | Description |
|---|---|
| project | The project in which the Comment will be located. |
| contents | System.String containing text to display. |
| textHeight | Height of the Text. |
| Parameter Name | Description |
|---|---|
| project | The project in which the Comment will be located. |
| 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. |