com.esri.arcgis.geodatabaseextensions
Interface ITxWorkspaceEditor

All Superinterfaces:
Serializable

public interface ITxWorkspaceEditor
extends Serializable

Provides access to properties and methods needed to edit a tracking workspace objects connection properties.

Product Availability

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


Method Summary
 IPropertySet getConnectionProperties()
          Connection properties to edit.
 void setConnectionProperties(IPropertySet ppiConnectionProperties)
          Connection properties to edit.
 

Method Detail

setConnectionProperties

void setConnectionProperties(IPropertySet ppiConnectionProperties)
                             throws IOException,
                                    AutomationException
Connection properties to edit.

Product Availability

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

Parameters:
ppiConnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws IOException,
                                            AutomationException
Connection properties to edit.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.