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