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


IGPNALayer2.ExcludeRestrictedElements Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL bExcludeRestrictedElements
);
[C++]

Parameters bExcludeRestrictedElements [out, retval] bExcludeRestrictedElements is a parameter of type VARIANT_BOOL bExcludeRestrictedElements [in] bExcludeRestrictedElements is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPNALayer2 Interface