com.esri.arcgis.geodatabase
Interface IEnumFeatureSetup

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumFeatureSetupProxy, MapSelection

public interface IEnumFeatureSetup
extends Serializable

Provides access to members that define behavior of IEnumFeature.

Remarks

See the IMap::FeatureSelection remarks for details on how to use this interface, as well as an example.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isAllFields()
          Indicates if returned features will contain all fields.
 boolean isRecycling()
          Indicates if returned features recycle.
 void setAllFields(boolean allFields)
          Indicates if returned features will contain all fields.
 void setRecycling(boolean recyling)
          Indicates if returned features recycle.
 

Method Detail

isRecycling

boolean isRecycling()
                    throws IOException,
                           AutomationException
Indicates if returned features recycle.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setRecycling

void setRecycling(boolean recyling)
                  throws IOException,
                         AutomationException
Indicates if returned features recycle.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isAllFields

boolean isAllFields()
                    throws IOException,
                           AutomationException
Indicates if returned features will contain all fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setAllFields

void setAllFields(boolean allFields)
                  throws IOException,
                         AutomationException
Indicates if returned features will contain all fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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