com.esri.arcgis.catalogUI
Interface IArcIMSQuery

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileSystemQuery

public interface IArcIMSQuery
extends Serializable

Provides access to members that let you modify a query.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getContentType()
          The Content type.
 void setContentType(int type)
          The Content type.
 

Method Detail

getContentType

int getContentType()
                   throws IOException,
                          AutomationException
The Content type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A com.esri.arcgis.catalog.esriContentType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContentType

void setContentType(int type)
                    throws IOException,
                           AutomationException
The Content type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
type - A com.esri.arcgis.catalog.esriContentType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.