com.esri.arcgis.catalog
Interface IGxRootObjectSortPriority

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDatabaseServerFolder, GxFolderConnections, GxGISServersFolder, GxMyHostedMapsFolder, GxRemoteDatabaseFolder, GxSpatialReferencesFolder, GxToolboxesRoot

public interface IGxRootObjectSortPriority
extends Serializable

Provides access to the sort priority for Gx Root Objects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getSortPriority()
          Returns the sort priority for the Root level Object.
 

Method Detail

getSortPriority

int getSortPriority()
                    throws IOException,
                           AutomationException
Returns the sort priority for the Root level Object.

Product Availability

Available with ArcGIS Desktop.

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