This document is archived and information here might be outdated. Recommended version. |
Sets the range of values to be filtered for the specified network element type.
[Visual Basic .NET] Public Sub SetFilterRanges ( _ ByVal ElementType As esriElementType, _ ByVal rangeCount As Integer, _ ByRef fromValues As Object, _ ByRef toValues As Object _ )
[C#] public void SetFilterRanges ( esriElementType ElementType, int rangeCount, ref object fromValues, ref object toValues );
[C++]
HRESULT SetFilterRanges(
esriElementType ElementType,
long rangeCount,
Variant* fromValues,
Variant* toValues
);
[C++] Parameters ElementType [in]
ElementType is a parameter of type esriElementType rangeCount [in]
rangeCount is a parameter of type long fromValues [in]
fromValues is a parameter of type VARIANT* toValues [in]
toValues is a parameter of type VARIANT*