Add a new 'Description' entry.
Description (BBIE). A description of the temperature measurement.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddDescription( IText description ) |
| Visual Basic |
|---|
Sub AddDescription ( description As IText ) |
| Visual C++ |
|---|
void AddDescription( IText^ description ) |
| F# |
|---|
abstract AddDescription : description : IText -> unit |
Parameters
- description
- Type: Unimaze.Composer.Ubl2.Interfaces..::..IText
The IText to add.