ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExtWeightFilter.AddFilterRange Method

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

[Visual Basic 6.0]
Sub AddFilterRange(
    ByVal elementType As esriElementType, _
    ByVal fromValue As Variant, _
    ByVal toValue As Variant _
)
[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

Example

INetworkAnalysisExtWeightFilter Example

 


Feedback Send feedback on this page