com.esri.arcgis.catalog
Interface IGxSpatialReferencesFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxSpatialReferencesFolder

public interface IGxSpatialReferencesFolder
extends Serializable

Provides access to members that manages the properties of a spatial reference folder.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getPath()
          The full path for the spatial references folder.
 void setPath(String path)
          The full path for the spatial references folder.
 

Method Detail

setPath

void setPath(String path)
             throws IOException,
                    AutomationException
The full path for the spatial references folder.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getPath

String getPath()
               throws IOException,
                      AutomationException
The full path for the spatial references folder.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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