This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
SVG_Add_object
|
SVG_Add_object ( targetSVGObject ; sourceSVGObject ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
targetSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
sourceSVGObject | SVG_Ref |
![]() |
Reference of object to be added | |||||
Function result | SVG_Ref |
![]() |
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.
Product: 4D
Theme: Drawing
Number:
65892
Created: 4D v12
4D SVG Component ( 4D v19)