getElementById method
Gets the element that matches the specified ID from the SVG document or document fragment.
![]() ![]() |
Syntax
IHTMLElement retVal = object.getElementById(elementId);
Parameters
- elementId [in]
-
Type: BSTR
The unique ID value for the element to find.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Remarks
The search for the specified element is restricted to a subset of the document tree.
Show:

