com.esri.arcgis.catalogUI
Interface IEditEvaluatorContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
EditEvaluatorContext, IEditEvaluatorContextProxy

public interface IEditEvaluatorContext
extends Serializable

COM Interface 'IEditEvaluatorContext'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to the edit evaluator context.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static String IID
          Deprecated. Internal use only
static int IID01efc9b9_2277_4f01_9b24_1af85b678bc2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkSource esri_getSource()
          The evaluator network source.
 int getDirectionType()
          The edge direction type.
 int getElementType()
          The evaluator element type.
 ITable getTable()
          The evaluator network source table.
 boolean isDefault()
          Indicates whether it is the default evaluator context.
 

Field Detail

IID01efc9b9_2277_4f01_9b24_1af85b678bc2

static final int IID01efc9b9_2277_4f01_9b24_1af85b678bc2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getElementType

int getElementType()
                   throws IOException,
                          AutomationException
The evaluator element type.

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

isDefault

boolean isDefault()
                  throws IOException,
                         AutomationException
Indicates whether it is the default evaluator context.

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

getDirectionType

int getDirectionType()
                     throws IOException,
                            AutomationException
The edge direction type.

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

esri_getSource

INetworkSource esri_getSource()
                              throws IOException,
                                     AutomationException
The evaluator network source.

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

getTable

ITable getTable()
                throws IOException,
                       AutomationException
The evaluator network source table.

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