Sets the filter type for the specified network element type.
[Visual Basic 6.0] Sub SetFilterType(
ByVal elementType As esriElementType, _
ByVal weightFilterType As esriNetWeightFilterType, _
ByVal applyNotOperator As Boolean _
)
[Visual Basic .NET] Public Sub SetFilterType ( _ ByVal elementType As esriElementType, _ ByVal weightFilterType As esriNetWeightFilterType, _ ByVal applyNotOperator As Boolean _ )
[C#] public void SetFilterType ( esriElementType elementType, esriNetWeightFilterType weightFilterType, bool applyNotOperator );