com.esri.arcgis.trackinganalyst
Interface ITxWorkspaceEditor

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITxWorkspaceEditorProxy

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. Requires Tracking Analyst Extension.


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. Requires Tracking Analyst Extension.

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. Requires Tracking Analyst Extension.

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.