ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeightFilter.AddFilterRange Method

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

[Visual Basic .NET]
Public Sub AddFilterRange ( _
    ByVal elementType As esriElementType, _
    ByVal fromValue As Object, _
    ByVal toValue As Object _
)
[C#]
public void AddFilterRange (
    esriElementType elementType,
    object fromValue,
    object toValue
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface