This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExtWeightFilter.GetFilterType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeightFilter.GetFilterType Method

Gets the filter type for the specified network element type.

[Visual Basic .NET]
Public Sub GetFilterType ( _
    ByVal elementType As esriElementType, _
    ByRef weightFilterType As esriWeightFilterType, _
    ByRef applyNotOperator As Boolean _
)
[C#]
public void GetFilterType (
    esriElementType elementType,
    ref esriWeightFilterType weightFilterType,
    ref bool applyNotOperator
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface