Table of Contents

Method GetElementById

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

GetElementById(string)

Gets the XmlElement with the specified ID.

public override XmlElement GetElementById(string elementId)

Parameters

elementId string

The attribute ID to match.

Returns

XmlElement

The XmlElement with the matching ID or null if no matching element is found.