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

In This Topic
    GetElementsByClass Method
    In This Topic
    Gets a list of SvgElements with the specified className.
    Syntax
    'Declaration
     
    Public Function GetElementsByClass( _
       ByVal className As System.String _
    ) As System.Collections.Generic.IReadOnlyList(Of SvgElement)
    public System.Collections.Generic.IReadOnlyList<SvgElement> GetElementsByClass( 
       System.string className
    )

    Parameters

    className
    See Also