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

PropertiesFillLevelGetEx

Reads the values set on the Fill | Level tab of the Object Properties dialog for the current object.

Syntax

PropertiesFillLevelGetEx(Expression, RangeFlag, RangeMin, RangeMax, OffsetMin, OffsetMax, FillDirection, OnColour, OffColour)

Expression:

The level expression.

RangeFlag:

TRUE if the Specify range checkbox is selected.

RangeMin:

The minimum floating point value in the range of the tag. This argument is only valid if RangeFlag is set to TRUE.

RangeMax:

The maximum floating point value in the range of the tag. This argument is only valid if RangeFlag is set to TRUE.

OffsetMin:

The value between 0 and 100 representing the percentage of the area displayed as filled when the tag value is at its minimum.

OffsetMax:

The value between 0 and 100 representing the percentage of the area displayed as filled when the tag value is at its maximum.

FillDirection:

The current fill direction setting:

OnColour:

An RGB value representing the background "on" color setting.

OffColour:

An RGB value representing the background "off" color setting.

Return Value

The requested values, as a string.

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

Related Functions

PropertiesFillColourPut