ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExtWeightFilter.GetFilterRange Method

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

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

Example

INetworkAnalysisExtWeightFilter Example

 


Feedback Send feedback on this page