SVG_Get_ID ( svgObject ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
svgObject | SVG_Ref | → | Reference of SVG element |
Function result | String | ← | Name of element |
The SVG_Get_ID command returns the value of the ‘id’ attribute of the element whose reference is passed in the svgObject parameter. If svgObject is not valid or if this attribute does not exist, an error is generated.