This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStar Interface > INetworkForwardStar.IsFiltered Property (ArcObjects .NET 10.5 SDK) |
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
This property has been superceded by the IsRestricted property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.