Indicates if the given network element is restricted from traversal in the NetworkForwardStar object.
[Visual Basic .NET] Public Function get_IsRestricted ( _ ByVal Element As INetworkElement _ ) As Boolean
[C#] public bool get_IsRestricted ( INetworkElement Element );
[C++]
HRESULT get_IsRestricted(
INetworkElement* Element,
VARIANT_BOOL* IsRestricted
);
[C++]Parameters
Element [in]Element is a parameter of type INetworkElement
IsRestricted [out, retval] IsRestricted is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.