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


IGPNALayer2.ExcludeRestrictedElements Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer2 Interface > IGPNALayer2.ExcludeRestrictedElements Property
ArcGIS Developer Help

IGPNALayer2.ExcludeRestrictedElements Property

Indicates whether to exclude restricted portions of the network when loading points.

[Visual Basic .NET]
Public Property ExcludeRestrictedElements As Boolean
[C#]
public bool ExcludeRestrictedElements {get; set;}
[C++]
HRESULT get_ExcludeRestrictedElements(
  VARIANT_BOOL bExcludeRestrictedElements
);
[C++]
HRESULT put_ExcludeRestrictedElements(
  Boolean* bExcludeRestrictedElements
);
[C++]
Parameters
bExcludeRestrictedElements [in]

bExcludeRestrictedElements is a parameter of type bool bExcludeRestrictedElements [out, retval]
bExcludeRestrictedElements is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

IGPNALayer2 Interface