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


INALayer3.DataLayer 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.DataLayer Property
ArcGIS Developer Help

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