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