Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / GetElementByID Method

In This Topic
    GetElementByID Method
    In This Topic
    Gets an SvgElement with the specified id, or a null reference (Nothing in Visual Basic) if nothing was found.
    Syntax
    'Declaration
     
    Public Function GetElementByID( _
       ByVal id As System.String _
    ) As SvgElement
    public SvgElement GetElementByID( 
       System.string id
    )

    Parameters

    id
    See Also