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,
VARIANT_BOOL* IsFiltered
);
[C++]Parameters
Element [in]Element is a parameter of type INetworkElement
IsFiltered [out, retval] IsFiltered is a parameter of type VARIANT_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.