Pen.Description
- Last UpdatedApr 01, 2021
- 1 minute read
The Pen.Description property is a read-write string property that gets or sets the description of the currently selected pen.
Syntax
Pen.Description = string;
Result = Pen.Description;
Remarks
If the pen expression was configured by browsing to the attribute in the Attribute Browser, the default value is obtained from the corresponding description property of the associated application server attribute. Otherwise, the default value is blank if the pen expression is manually configured.