This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer2 Interface > IGPNALayer2.ExcludeRestrictedElements Property (ArcObjects .NET 10.4 SDK) |
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