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


INetworkForwardStar.IsFiltered Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStar Interface > INetworkForwardStar.IsFiltered Property
ArcGIS Developer Help

INetworkForwardStar.IsFiltered Property

Indicates if the given network element is filtered out from the adjacencies object.

[Visual Basic .NET]
Public Function get_IsFiltered ( _
    ByVal Element As INetworkElement _
) As Boolean
[C#]
public bool get_IsFiltered (
    INetworkElement Element
);
[C++]
HRESULT get_IsFiltered(
  INetworkElement* Element,
  Boolean* IsFiltered
);
[C++]
Parameters
Element [in]

Element is a parameter of type INetworkElement* IsFiltered [out, retval]
IsFiltered is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property has been superceded by the IsRestricted property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStar Interface