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


INetworkAnalysisExtWeightFilter.AddFilterRange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtWeightFilter Interface > INetworkAnalysisExtWeightFilter.AddFilterRange Method
ArcGIS Developer Help

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