Provides access to members that edit metadata.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Dataset | Dataset whose metadata will be edited. | |
GetProperty | Returns the set of values for the specified element. | |
SetProperty | Sets the value of the specified element. |
CoClasses that implement IXmlPropertySetEdit
CoClasses and Classes | Description |
---|---|
XmlPropertySetEdit | ESRI XML PropertySet Edit object. |
Remarks
This interface should not be used. Instead the methods available on the IXmlPropertySet and/or IXmlPropertySet2 should be used to set and get XML Elements. The different methods on the IXmlPropertySet and IXmlPropertySet2 honor the "Sync" attributes where the IXmlPropertySet.Get and IXmlPropertySet.Get do not.