SVG_Count_elements ( svgObject ) -> Function result
| Parameter | Type | Description | |
|---|---|---|---|
| svgObject | SVG_Ref | → | SVG reference |
| Function result | Longint | ← | Number of objects |
The SVG_Count_elements command returns the number of graphic objects contains in the svgObject passed as parameter. A group counts as one object. To find out the number of graphic objects in a group, passed its reference to the command. If svgObject is not valid, an error is generated.