com.esri.arcgis.geodatabase
Interface INetworkConstantEvaluator

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetworkConstantEvaluator

public interface INetworkConstantEvaluator
extends Serializable

Provides access to members that specify the properties of a network attribute evaluator whose values are derived from a constant value.

Remarks

The INetworkConstantEvaluator interface is used to access the constant value assigned by this NetworkConstantEvaluator object.

The ConstantValue should be of the appropriate DataType for the network attribute to which this evaluator is assigned.

Product Availability

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


Method Summary
 Object getConstantValue()
          Value returned by the network evaluator for all elements of the network.
 void setConstantValue(Object val)
          Value returned by the network evaluator for all elements of the network.
 

Method Detail

setConstantValue

void setConstantValue(Object val)
                      throws IOException,
                             AutomationException
Value returned by the network evaluator for all elements of the network.

Product Availability

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

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

getConstantValue

Object getConstantValue()
                        throws IOException,
                               AutomationException
Value returned by the network evaluator for all elements of the network.

Remarks

The ConstantValue should be of the appropriate DataType for the network attribute to which this evaluator is assigned.

Product Availability

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

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