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


INALayer3.Accessible Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INALayer3.Accessible Property

Indicates whether the datalayer at the specified index in the collection of DataLayers of the network analysis layer is accessible by ICompositeLayer methods.

[Visual Basic .NET]
Public Function get_Accessible ( _
    ByVal Index As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_Accessible ( _
    ByVal Index As Integer, _
    ByVal flag As Boolean _
)
[C#]
public bool get_Accessible (
    int Index
);
[C#]
public void set_Accessible (
    int Index,
    bool flag
);
[C++]
HRESULT get_Accessible(
  long Index,
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_Accessible(
  long Index,
  VARIANT_BOOL flag
);
[C++]

Parameters Index [in] Index is a parameter of type long flag [out, retval] flag is a parameter of type VARIANT_BOOL Index [in] Index is a parameter of type long flag [in] flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INALayer3 Interface