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


IEngineNAWindowCategory2.DataLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineNAWindowCategory2.DataLayer Property

The data layer for the category.

[Visual Basic .NET]
Public ReadOnly Property DataLayer As IDataLayer
[C#]
public IDataLayer DataLayer {get;}
[C++]
HRESULT get_DataLayer(
  IDataLayer** DataLayer
);
[C++]

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

Product Availability

Available with ArcGIS Engine.

Description

The DataLayer property returns the sub-layer associated with this specific category. This may be a feature layer or a stand alone table.

See Also

IEngineNAWindowCategory2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmLoadLocations frmMain)