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


INALayer3.DataLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INALayer3.DataLayer Property

The datalayer at the specified index in the collection of DataLayers of the network analysis layer.

[Visual Basic .NET]
Public Function get_DataLayer ( _
    ByVal Index As Integer _
) As IDataLayer
[C#]
public IDataLayer get_DataLayer (
    int Index
);
[C++]
HRESULT get_DataLayer(
  long Index,
  IDataLayer** DataLayer
);
[C++]

Parameters Index [in] Index is a parameter of type long DataLayer [out, retval]
DataLayer is a parameter of type IDataLayer

Product Availability

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

See Also

INALayer3 Interface