Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions

Dynamic Properties Functions

With these functions, you can modify the dynamic properties of the graphics objects in your project (movement, scaling, rotation, sliders, dynamic color fill).

The error E_HANDLE is returned if there is no selected or active object, or if an object does not support this type of property. E_INVALIDARG is returned if an argument is out of range.

PropertiesAccessDisableGet

Reads the current values set on the Access | Disable tab of the Object Properties dialog.

PropertiesAccessDisablePut

Sets the values on the Access | Disable tab of the Object Properties dialog.

PropertiesAccessGeneralGet

Reads the values on the Access | General tab of the Object Properties dialog.

PropertiesAccessGeneralPut

Sets the values on the Access | General tab of the Object Properties dialog.

PropertiesButtonGet

Reads the values for a button object from the Appearance | General tab of the Object Properties dialog.

PropertiesButtonPut

Sets the values on the Appearance | General tab of the Object Properties dialog for a button object.

PropertiesCicodeObjectGet

Reads the values set for a Cicode object on the Cicode | General tab of the Object Properties dialog.

PropertiesCicodeObjectPut

Sets the values for a Cicode object on the Cicode | General tab of the Object Properties dialog.

PropertiesDisplayValueGet

Reads the type and expressions configured on the Appearance | Display Value tab of the Object Properties dialog.

PropertiesDisplayValuePut

Sets the values and expressions on the Appearance | Display Value tab of the Object Properties dialog.

PropertiesDisplayValueTextGet

Reads the text for a specific index from the Appearance | Display Value tab of the Object Properties dialog.

PropertiesDisplayValueTextPut

Sets the text for a specific index on the Appearance | Display Value tab of the Object Properties dialog.

PropertiesFillColourColourGet

Reads the current color value set for the specified index point on the Fill | Color tab of the Object Properties dialog. This function has been superseded by the function PropertiesFillColourColourGetEx.

PropertiesFillColourColourGetEx

Reads the current color value set for the specified index point on the Fill | Color tab of the Object Properties dialog.

PropertiesFillColourColourPut

Sets the color at the specific index on the Fill | Color tab of the Object Properties dialog. This function has been superseded by the function PropertiesFillColourColourPutEx.

PropertiesFillColourColourPutEx

Sets the color at the specific index on the Fill | Color tab of the Object Properties dialog.

PropertiesFillColourGet

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

PropertiesFillColourPut

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

PropertiesFillLevelGet

Reads the values set on the Fill | Level tab of the Object Properties dialog. This function has been superseded by the function PropertiesFillLevelGetEx.

PropertiesFillLevelGetEx

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

PropertiesFillLevelPut

Sets the values on the Fill | Level tab of the Object Properties dialog. This function has been superseded by the function PropertiesFillLevelPutEx.

PropertiesFillLevelPutEx

Sets the values on the Fill | Level tab of the Object Properties dialog.

PropertiesInputKeyboardGet

Reads the values set on the Input | Keyboard Command tab of the Object Properties dialog

PropertiesInputKeyboardPut

Sets the values on the Input | Keyboard Commands tab of the Object Properties dialog

PropertiesInputTouchGet

Reads the values set on the Input | Touch tab of the Object Properties dialog

PropertiesInputTouchPut

Sets the values on the Input | Touch tab of the Object Properties dialog.

PropertiesShowDialog

Shows the property dialog for an object or a form for Genies.

PropertiesSymbolSetGet

Reads the type and expressions configured on the Appearance | General tab of the Object Properties dialog.

PropertiesSymbolSetPut

Sets the type defined for a symbol set on the Appearance | General tab of the Object Properties dialog.

PropertiesSymbolSetSymbolGet Retrieves the Element name and Library name of the "Index" element of the currently selected object.
PropertiesSymbolSetSymbolPut Sets the Element name and Library name of the "Index" element of the currently selected object.
PropertiesTransCentreOffsetExpressGet Retrieve the express properties.
PropertiesTransCentreOffsetExpressPut Set the express properties.

PropertiesTransformationGet

Reads the property values set on the Movement, Scaling and Slider tabs of the Object Properties dialog.

PropertiesTransformationPut

Sets values for the properties on the Movement, Scaling and Slider tabs of the Object Properties dialog.

PropertiesTrendGet

Reads the values for a trend object as set on the Appearance | General tab of the Object Properties dialog. This function has been superseded by the function PropertiesTrendGetEx.

PropertiesTrendGetEx

Reads the values for a trend object as set on the Appearance | General tab of the Object Properties dialog.

PropertiesTrendPut

Sets the values for a trend object that appear on the Appearance | General tab of the Object Properties dialog. This function has been superseded by the function PropertiesTrendPutEx.

PropertiesTrendPutEx

Sets the values for a trend object that appear on the Appearance | General tab of the Object Properties dialog

PropertyVisibility

Sets the Hidden when argument on the Appearance | Visibility tab of the Object Properties dialog.

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