4D v12SVG_Export_to_XML | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
                    
                        
    
    
                         | 
                
                    
                         
    4D v12
 
SVG_Export_to_XML 
 
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SVG_Export_to_XML ( svgObject ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| svgObject | SVG_Ref | 
             
         | 
        SVG object reference | |||||
| Function result | Text | 
             
         | 
        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.
 svgRef:=SVG_New(500;200;Test component)
 ...
 MyText:=SVG_Export_to_XML(svgRef)
 
 SVG_CLEAR(svgRef)
	Product:  4D
	Theme:  Documents
	Number:  
        65991
        
        
        
	
	Created:  Composant 4D SVG v11.3
SVG_Export_to_picture
SVG_SAVE_AS_TEXT