SVG_ELEMENTS_TO_ARRAYS

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

version 11.3


SVG_ELEMENTS_TO_ARRAYS (svgObject; refsArrayPointer{; typesArrayPointer{; namesArrayPointer}})

ParameterTypeDescription
svgObjectAlphaSVG reference
refsArrayPointerPointerString array of object references
typesArrayPointerPointerString array of object types
namesArrayPointerPointerString array of object IDs

Description

The SVG_ELEMENTS_TO_ARRAYS command fills the array pointed to by refsArrayPointer with the references of the graphic objects of the first level for the SVG reference passed in svgObject.

If the optional typesArrayPointer pointer is passed, the array will be filled with the object types.

If the optional namesArrayPointer pointer is passed, the array will be filled with object IDs.

A group counts as one object. To find out this information for the graphic objects in a group, passed its reference to the command.

If svgObject is not valid or if this attribute does not exist, an error is generated.

See Also

SVG_Count_elements, SVG_New_group.


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