xmlbase property
Gets or sets the base attribute on the element.
![]() ![]() |
Syntax
HRESULT value = object.put_xmlbase( v);HRESULT value = object.get_xmlbase(* p);
Property values
Type: BSTR
The base IRI (Internationalized Resource Identifier).
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.1
Remarks
The NoModificationAllowedErrorDOMException error string is raised if there is an attempt to change the value of a read-only attribute.
See also
Show:

