This document is archived and information here might be outdated. Recommended version. |
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 );