com.esri.arcgis.trackinganalyst
Interface ITxFolderObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
TxFolderCatalogObject

public interface ITxFolderObject
extends Serializable

Provides access to properties that identify where the Folder object is located.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 String getPath()
          Folder objects path on disk.
 void setPath(String pbstrCurrentPath)
          Folder objects path on disk.
 

Method Detail

getPath

String getPath()
               throws IOException,
                      AutomationException
Folder objects path on disk.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
The pbstrCurrentPath
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPath

void setPath(String pbstrCurrentPath)
             throws IOException,
                    AutomationException
Folder objects path on disk.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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