ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExtWeightFilter.SetFilterType Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface

Example

INetworkAnalysisExtWeightFilter Example

 


Feedback Send feedback on this page