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, _ ByRef fromValues As Object[]&, _ ByRef toValues As Object[]& _ )
[C#] public void SetFilterRanges ( esriElementType ElementType, ref Object[]& fromValues, ref Object[]& toValues );
[C++]
HRESULT SetFilterRanges(
esriElementType ElementType,
SAFEARRAY(Variant)* fromValues,
SAFEARRAY(Variant)* toValues
);
[C++]
Parameters ElementType [in]
ElementType is a parameter of type esriElementType fromValues [in]
fromValues is a parameter of type SAFEARRAY(VARIANT)* toValues [in]
toValues is a parameter of type SAFEARRAY(VARIANT)*