PropertiesSymbolSetPut
- Last UpdatedJul 13, 2023
- 1 minute read
Sets the type defined for a symbol set on the Appearance | General tab of the Object Properties dialog, as well any expressions used
Syntax
PropertiesSymbolSetPut(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
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
Example
` Sets the properties on the Appearance General sheet for a symbol set
GraphicsBuilder.PropertiesSymbolSetPut 0, "ON / OFF", "", "", "", ""