ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeightFilter.GetFilterRange Method

Returns a filter range by index for the specified network element type.

[Visual Basic .NET]
Public Sub GetFilterRange ( _
    ByVal elementType As esriElementType, _
    ByVal index As Integer, _
    ByRef fromValue As Object, _
    ByRef toValue As Object _
)
[C#]
public void GetFilterRange (
    esriElementType elementType,
    int index,
    ref object fromValue,
    ref object toValue
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface