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

PropertiesDisplayValuePut

Sets the fields that appear on the Appearance | Display Value tab of the Object Properties dialog for a number or text object. This includes the type setting and related expressions.

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

0 (zero) if successful, otherwise an error is returned.

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

Related Functions

PropertiesDisplayValueGet