com.esri.arcgis.catalog
Interface IGxFilterDataElements

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxFilterDataElements

public interface IGxFilterDataElements
extends Serializable

Provides access to GxFilter data elements.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGPDomain getChooseDomain()
          Data element domain.
 IGPDomain getDisplayDomain()
          Data element domain.
 void setChooseDomainByRef(IGPDomain domain)
          Data element domain.
 void setDescription(String rhs1)
          Filter description.
 void setDisplayDomainByRef(IGPDomain domain)
          Data element domain.
 void setName(String rhs1)
          Filter name.
 

Method Detail

getChooseDomain

IGPDomain getChooseDomain()
                          throws IOException,
                                 AutomationException
Data element domain.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChooseDomainByRef

void setChooseDomainByRef(IGPDomain domain)
                          throws IOException,
                                 AutomationException
Data element domain.

Product Availability

Available with ArcGIS Desktop.

Parameters:
domain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayDomain

IGPDomain getDisplayDomain()
                           throws IOException,
                                  AutomationException
Data element domain.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayDomainByRef

void setDisplayDomainByRef(IGPDomain domain)
                           throws IOException,
                                  AutomationException
Data element domain.

Product Availability

Available with ArcGIS Desktop.

Parameters:
domain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
Filter name.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setDescription

void setDescription(String rhs1)
                    throws IOException,
                           AutomationException
Filter description.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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