Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v19
SVG_ELEMENTS_TO_ARRAYS

SVG_ELEMENTS_TO_ARRAYS 


 

SVG_ELEMENTS_TO_ARRAYS ( svgObject ; refsArrayPointer {; typesArrayPointer {; namesArrayPointer}} )  
Parameter Typ   Beschreibung
svgObject  Alpha in SVG reference
refsArrayPointer  Zeiger in String array of object references
typesArrayPointer  Zeiger in String array of object types
namesArrayPointer  Zeiger in String array of object IDs

The SVG_ELEMENTS_TO_ARRAYS command fills the array pointed to by refsArrayPointer with the references of the graphic objects of the first level for the SVG reference passed in svgObject.

If the optional typesArrayPointer pointer is passed, the array will be filled with the object types.

If the optional namesArrayPointer pointer is passed, the array will be filled with object IDs.

A group counts as one object. To find out this information for the graphic objects in a group, passed its reference to the command.

If svgObject is not valid or if this attribute does not exist, an error is generated.



Siehe auch 

SVG_Count_elements
SVG_New_group

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Utilities
Nummer: 65909

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v19)