com.esri.arcgis.catalog
Interface IGxObjectSort

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCatalog, IMSMetadataService, SearchResults

public interface IGxObjectSort
extends Serializable

Provides access to members that manages the properties determining whether an object should be sorted or not.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isSortEnabled()
          Indicates if sorting is enabled for this GxObject.
 void setSortEnabled(boolean path)
          Indicates if sorting is enabled for this GxObject.
 

Method Detail

setSortEnabled

void setSortEnabled(boolean path)
                    throws IOException,
                           AutomationException
Indicates if sorting is enabled for this GxObject.

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.

isSortEnabled

boolean isSortEnabled()
                      throws IOException,
                             AutomationException
Indicates if sorting is enabled for this GxObject.

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.