com.esri.arcgis.geodatabasedistributed
Interface IXMLDocumentVersion

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataExtraction, GdbExporter

public interface IXMLDocumentVersion
extends Serializable

Provides access to members that control the version of the XML documents being generated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setNamespaceToExportTo(String rhs1)
          The namespace (version) to export to.
 

Method Detail

setNamespaceToExportTo

void setNamespaceToExportTo(String rhs1)
                            throws IOException,
                                   AutomationException
The namespace (version) to export to.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.