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


INALayer3.CanRestrictAccessibility Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer3 Interface > INALayer3.CanRestrictAccessibility Property
ArcGIS Developer Help

INALayer3.CanRestrictAccessibility Property

Indicates whether the datalayer at the specified index in the collection of DataLayers of the network analysis layer can be hidden from ICompositeLayer methods.

[Visual Basic .NET]
Public Function get_CanRestrictAccessibility ( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool get_CanRestrictAccessibility (
    int Index
);
[C++]
HRESULT get_CanRestrictAccessibility(
  long Index,
  Boolean* flag
);
[C++]
Parameters
Index [in]

Index is a parameter of type long flag [out, retval]
flag is a parameter of type bool*

Product Availability

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

See Also

INALayer3 Interface