SVG_Open_file

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

version 11.3


SVG_Open_file (path) SVG_Ref

ParameterTypeDescription
pathStringPathname of SVG document to open
Function resultSVG_RefDocument reference

Description

The SVG_Open_file command parses (and validates with the DTD) the SVG document found at the location designated by the path parameter and returns an SVG reference (16-character string) for this document.

Important: Once you no longer need it, do not forget to call the SVG_CLEAR command with this reference in order to free up the memory.

See Also

SVG_CLEAR, SVG_Copy, SVG_New.


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