PropertiesDisplayValuePut
- Last UpdatedJul 13, 2023
- 1 minute read
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:
0 = On / Off
1 = Multi-state
2 = Array
3 = Numeric
4 = String
ExpressionA:
This is the main expression:
• ON text when for type On / Off.
• Conditions A for type Multi-state.
• Array expression for type Array.
• Numeric Expression for type Numeric.
• String Expression for type String.
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.