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


INetSolverWeights.SetFilterRanges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeights.SetFilterRanges Method

Sets the range of values to be filtered for the specified network element type.

[Visual Basic .NET]
Public Sub SetFilterRanges ( _
    ByVal ElementType As esriElementType, _
    ByVal rangeCount As Integer, _
    ByRef fromValues As Object, _
    ByRef toValues As Object _
)
[C#]
public void SetFilterRanges (
    esriElementType ElementType,
    int rangeCount,
    ref object fromValues,
    ref object toValues
);
[C++]
HRESULT SetFilterRanges(
  esriElementType ElementType,
  long rangeCount,
  VARIANT* fromValues,
  VARIANT* toValues
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriElementType rangeCount [in] rangeCount is a parameter of type long fromValues [in] fromValues is a parameter of type VARIANT toValues [in] toValues is a parameter of type VARIANT

Product Availability

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

See Also

INetSolverWeights Interface