Sets the filter type for the specified network element type.
[Visual Basic .NET] Public Sub SetFilterType ( _ ByVal ElementType As esriElementType, _ ByVal weightFilterType As esriWeightFilterType, _ ByVal applyNotOperator As Boolean _ )
[C#] public void SetFilterType ( esriElementType ElementType, esriWeightFilterType weightFilterType, bool applyNotOperator );
[C++]
HRESULT SetFilterType(
esriElementType ElementType,
esriWeightFilterType weightFilterType,
VARIANT_BOOL applyNotOperator
);
[C++]Parameters
ElementType [in]ElementType is a parameter of type esriElementType
weightFilterType [in]weightFilterType is a parameter of type esriWeightFilterType
applyNotOperator [in] applyNotOperator is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.