This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerDataLayer Interface > INAServerDataLayer.DataLayerName Property (ArcObjects .NET 10.5 SDK) |
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
DataLayerName specifies the name of a data layer in the associate map service to load as network locations.