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


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

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,
  Boolean* IsRestricted
);
[C++]
Parameters
Element [in]

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

Product Availability

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

See Also

INetworkForwardStarEx Interface