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


INAServerDataLayer.DataLayerName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerDataLayer.DataLayerName Property

The name of the layer in the map.

[Visual Basic .NET]
Public Property DataLayerName As String
[C#]
public string DataLayerName {get; set;}
[C++]
HRESULT get_DataLayerName(
  BSTR* pValue
);
[C++]
HRESULT put_DataLayerName(
  BSTR pValue
);
[C++]

Parameters pValue [out, retval] pValue is a parameter of type BSTR pValue [in] pValue is a parameter of type BSTR

Product Availability

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

Remarks

DataLayerName specifies the name of a data layer in the associate map service to load as network locations.

See Also

INAServerDataLayer Interface