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


INAServerDataLayer.DataLayerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerDataLayer Interface > INAServerDataLayer.DataLayerName Property
ArcGIS Developer Help

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(
  System.String* 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