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


INetworkAnalysisExtWeightFilter.GetFilterRange 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.GetFilterRange Method
ArcGIS Developer Help

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