Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesDisplayValueGet

PropertiesDisplayValueGet

Reads the type and expressions configured on the Appearance | Display Value tab of the Object Properties dialog for a number or text object.

Syntax

PropertiesDisplayValueGet(SymbolSetType, ExpressionA, ExpressionB, ExpressionC, ExpressionD, ExpressionE)

SymbolSetType:

Defines the symbol set type:

ExpressionA:

This is the main expression:

ExpressionB:

Conditions B, only used for multistate type.

ExpressionC:

Conditions C, only used for multistate type.

ExpressionD:

Conditions D, only used for multistate type.

ExpressionE:

Conditions E, only used for multistate type.

Return Value

The requested values, as a string

Note: For details on handling return and error values, see Error Handling.

Related Functions

PropertiesDisplayValuePut

Example

` Gets the properties on the Appearance/DisplayValue sheet for a 
number or text object

GraphicsBuilder.PropertiesDisplayValueGet nType, Expression1, Expression2, Expression3, Expression4, Expression5