Provides access to members that manage metadata.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
CountX | Number of occurrances of an element in the metadata. | |
DeleteProperty | Deletes the specified elements. | |
DeletePropertyByAttribute | Deletes the elements which have the specified attribute value. | |
DeletePropertyByNameAndAttribute | Deletes the specified elements which have the specified attribute value. | |
GetAttribute | Returns the set of values for the specified attribute from the specified elements. | |
GetPropertiesByAttribute | Returns the set of names and values for elements which have the specified attribute value. | |
GetXml | Returns the XML corresponding to the specified element as a string. | |
InitExisting | Initializes an XmlPropertySet and adds the Esri group of elements. | |
InitGeneric | Initializes an XmlPropertySet without adding the Esri group of elements. | |
IsNew | Indicates if a new XmlPropertySet was created on retrieving the metadata. | |
OverwriteSyncAttribute | Indicates if the Sync attribute will be ignored when setting an element's value. | |
SaveAsFile | Transforms the metadata using an XSL stylesheet if specified, writes out the header if specified, and saves it in a file. | |
SetAttribute | Sets the attribute of the specified element. | |
SetPropertyX | Sets the value of the specified element. | |
SetXml | Replaces existing metadata with the content defined in the XML. | |
SimpleGetProperty | The values of the specified property. | |
TransformImages | Transforms encoded thumbnail and image enclosures to files and links them into the metadata. |
CoClasses that implement IXmlPropertySet2
CoClasses and Classes | Description |
---|---|
XmlPropertySet | ESRI XML PropertySet object. |
Remarks
When using this interface on a newly-created XmlPropertySet, the InitGeneric method should be called. See the XmlPropertySet coclass documentation for more information.