[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.GetElementByID

GetElementByID Method

GetElementByID(string)

Gets an SvgElement with the specified id, or null if nothing was found.

Declaration
public SvgElement GetElementByID(string id)
Public Function GetElementByID(id As String) As SvgElement
Parameters
Type Name Description
string id
Returns
Type Description
SvgElement