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.
![]() ![]() |
Syntax
IHTMLElement retVal = object.getElementById(elementId);
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Parameters
elementId [in]
Type: BSTRThe 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
.png)
.png)