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

PropertiesSymbolSetGet

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:

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

The requested values, as a string.

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

Related Functions

PropertiesSymbolSetPut

Example

` Gets the properties on the Appearance/General sheet for a symbol set
GraphicsBuilder.PropertiesSymbolSetGet nType, Expression1, Expression2, Expression3, Expression4, Expression5