SVG_GET_ATTRIBUTES

4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next

version 11.3


SVG_GET_ATTRIBUTES (svgObject; namesArrayPointer; valuesArrayPointer)

ParameterTypeDescription
svgObjectSVG_RefSVG reference
namesArrayPointerPointerAlpha array of attribute names
valuesArrayPointerPointerAlpha array of attribute values

Description

The SVG_GET_ATTRIBUTES command fills the arrays pointed to by namesArrayPointer and valuesArrayPointer respectively with the names and values of the attributes of the element whose reference is passed in the svgObject parameter. If svgObject is not valid or if this attribute does not exist, an error is generated.

See Also

SVG_SET_ATTRIBUTES, SVG_SET_ATTRIBUTES_BY_ARRAYS.


4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next