getElementById method

[This documentation is preliminary and is subject to change.]

Gets the element that matches the specified ID from the SVG document or document fragment.

Scalable Vector Graphics: Document Structure, Section 5.11.2Internet Explorer 9

Syntax

IHTMLElement retVal = object.getElementById(elementId);

Standards information

Parameters

  • elementId [in]
    Type: BSTR

    The unique ID value for the element to find.

Remarks

The search for the specified element is restricted to a subset of the document tree.

 

 

Build date: 1/26/2012