This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SVG_Add_object

SVG_Add_object 


 

SVG_Add_object ( targetSVGObject ; sourceSVGObject ) -> Function result 
Parameter Type   Description
targetSVGObject  SVG_Ref in Reference of parent element
sourceSVGObject  SVG_Ref in Reference of object to be added
Function result  SVG_Ref in Reference of SVG object

The SVG_Add_object command is used to place an SVG object designated by sourceSVGObject in the SVG container designated by targetSVGObject and return its reference. The SVG container can be the root of the document or any other reference to an SVG object that is able to contain this type of element.

 
PROPERTIES 

Product: 4D
Theme: Drawing
Number: 65892

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v12

 
ARTICLE USAGE

4D SVG Component ( 4D v20 R7)