SVG_Find_ID ( svgObject ; name ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
svgObject | SVG_Ref | → | Reference of SVG object |
name | String | → | ID of SVG element |
Function result | SVG_Ref | ← | Reference of element |
The SVG_Find_ID command returns the reference of the element whose ID is passed in the name parameter, belonging to the SVG structure whose root element is passed in svgObject.
If the element is not found, an error is generated.