com.esri.arcgis.schematic
Interface IEnumSchematicQueryParameterEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumSchematicQueryParameter

public interface IEnumSchematicQueryParameterEdit
extends Serializable

Provides access to members that edit the schematic query parameters enumeration.

Product Availability

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


Method Summary
 void add(ISchematicQueryParameter queryParameter)
          Adds a schematic query paramater in the enumeration sequence.
 void empty()
          Empties the enumeration sequence.
 

Method Detail

add

void add(ISchematicQueryParameter queryParameter)
         throws IOException,
                AutomationException
Adds a schematic query paramater in the enumeration sequence.

Product Availability

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

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

empty

void empty()
           throws IOException,
                  AutomationException
Empties the enumeration sequence.

Product Availability

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

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