com.esri.arcgis.catalog
Interface IGxObjectSort

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxCatalog, IGxObjectSortProxy, IMSMetadataService, SearchResults

public interface IGxObjectSort
extends java.io.Serializable

COM Interface 'IGxObjectSort'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manages the properties determining whether an object should be sorted or not.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4b7eb42e_d500_11d3_a6f3_0008c7d3ae50
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isSortEnabled()
          Indicates if sorting is enabled for this GxObject.
 void setSortEnabled(boolean path)
          Indicates if sorting is enabled for this GxObject.
 

Field Detail

IID4b7eb42e_d500_11d3_a6f3_0008c7d3ae50

static final int IID4b7eb42e_d500_11d3_a6f3_0008c7d3ae50
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setSortEnabled

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

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

isSortEnabled

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

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