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:
ExpressionA:
This is the main expression:
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", "", "", "", ""
Published June 2018