SVG_References_array

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

version 11.3


SVG_References_array (refsArrayPointer)

ParameterTypeDescription
refsArrayPointerPointerAlpha array of document references

Description

The SVG_References_array command returns the list of current references in the array pointed to by refsArrayPointer. This command is useful when debugging.

Each time an SVG document is created with the SVG_New, SVG_Copy or SVG_Open_file component commands, the component adds the reference returned by the command to an internal array. When an SVG document is released using the SVG_CLEAR command, the component removes its reference from the array.

See Also

SVG_Is_reference_valid.


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