|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumFeatureSetup
Provides access to members that define behavior of IEnumFeature.
See the IMap::FeatureSelection remarks for details on how to use this interface, as well as an example.
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 |
---|
boolean isRecycling() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecycling(boolean recyling) throws IOException, AutomationException
recyling
- The recyling (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllFields(boolean allFields) throws IOException, AutomationException
allFields
- The allFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |