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

PropertiesFillColourPut

Sets the values on the Fill | Color tab of the Object Properties dialog for the current object.

Syntax

PropertiesFillColourPut(FillColourType, ExpressionA, ExpressionB, ExpressionC, ExpressionD, ExpressionE, RangeFlag, RangeMin, RangeMax)

FillColourType:

The fill color 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.

RangeFlag:

If set to TRUE, checks the Specify range checkbox. Flag is only valid for Threshold and Gradient types.

RangeMin:

This floating point value sets the minimum range of the tag value. Only necessary if the argument RangeFlag is set to TRUE.

RangeMax:

This floating point value sets the maximum range of the tag value. Only necessary, if the argument RangeFlag is set to TRUE.

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

PropertiesFillColourGet, PropertiesFillColourColourGet, PropertiesFillColourColourPut