PropertiesSymbolSetGet
- Last UpdatedJul 13, 2023
- 1 minute read
Reads the type and expressions configured on the Appearance | General tab of the Object Properties dialog for a symbol set.
Syntax
PropertiesSymbolSetGet(SymbolSetType, ExpressionA, ExpressionB, ExpressionC, ExpressionD, ExpressionE)
SymbolSetType:
Defines the symbol set type:
0 = On / Off
1 = Multi-state
2 = Array
3 = Animated
ExpressionA:
This is the main expression:
• ON symbol when for type On / Off
• Conditions A for type Multi-state
• Array expression for type Array
• Animate when for type Animated
ExpressionB:
Conditions B, only used for multistate symbol sets.
ExpressionC:
Conditions C, only used for multistate symbol sets.
ExpressionD:
Conditions D, only used for multistate symbol sets.
ExpressionE:
Conditions E, only used for multistate symbol sets.
Return Value
The requested values, as a string.
Note: For details on handling return and error values, see Error Handling.
Related Functions
Example
` Gets the properties on the Appearance/General sheet for a symbol set
GraphicsBuilder.PropertiesSymbolSetGet nType, Expression1, Expression2, Expression3,
Expression4, Expression5