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


INetworkForwardStarEx.IsRestricted Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarEx.IsRestricted Property

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.

See Also

INetworkForwardStarEx Interface