4D v14

SVG_Export_to_XML

Home

 
4D v14
SVG_Export_to_XML

SVG_Export_to_XML 


 

SVG_Export_to_XML ( svgObject ) -> Function result 
Parameter Type   Description
svgObject  SVG_Ref in SVG object reference
Function result  Text in XML text of SVG document

The SVG_Export_to_XML command returns the XML text of the description of the SVG structure referenced by svgObject.

Example  

 svgRef:=SVG_New(500;200;Test component)
 ...
 MyText:=SVG_Export_to_XML(svgRef)
 
 SVG_CLEAR(svgRef)

 
PROPERTIES 

Product: 4D
Theme: Documents
Number: 65991

 
HISTORY 

Created: Composant 4D SVG v11.3

 
SEE ALSO 

SVG_Export_to_picture
SVG_SAVE_AS_TEXT

 
ARTICLE USAGE

4D SVG Component ( 4D v13)
4D SVG Component ( 4D v12)
4D SVG Component ( Composant 4D SVG v11.4)
4D SVG Component ( 4D v14 R2)
4D SVG Component ( 4D v14)
4D SVG Component ( 4D v14 R3)
4D SVG Component ( 4D v14 R4)