This topic has not yet been rated - Rate this topic

correspondingElement property

Gets the corresponding element that this object is an instance of.

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

Syntax

HRESULT value = object.get_correspondingElement(ISVGElement** p);

Property values

Type: Object

The corresponding element.

Standards information

Remarks

For example, if a use element references a rect element, an SVGElementInstance object is created and its corresponding element is the SVGRectElement object for the rect element.

See also

SVGElementInstance

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.