correspondingUseElement property
Gets the corresponding use element that this object belongs to.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.correspondingUseElement |
Property values
Type: Object
The corresponding use element.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.9
Remarks
When use elements are nested, the corresponding use element is the outermost use element (the element with the indirect reference, not the direct reference).
See also
Show:

