This document is archived and information here might be outdated.  Recommended version.


INetworkFieldEvaluator.SetExpression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFieldEvaluator Interface > INetworkFieldEvaluator.SetExpression Method
ArcGIS Developer Help

INetworkFieldEvaluator.SetExpression Method

Sets the VBScript calculator expression and pre-logic used to derive the values for this network evaluator.

[Visual Basic .NET]
Public Sub SetExpression ( _
    ByVal Expression As String, _
    ByVal preLogic As String _
)
[C#]
public void SetExpression (
    string Expression,
    string preLogic
);
[C++]
HRESULT SetExpression(
  BSTR Expression,
  BSTR preLogic
);
[C++]
Parameters
Expression [in]

Expression is a parameter of type BSTR preLogic [in]
preLogic is a parameter of type BSTR

Product Availability

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

Remarks

When specifying the preLogic parameter for code with multiple lines, use the CarriageReturn-LineFeed character at the line breaks.

See Also

INetworkFieldEvaluator Interface