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


IMapCacheTileManagerJob.LayerName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.LayerName Property

Layer name.

[Visual Basic .NET]
Public Property LayerName As String
[C#]
public string LayerName {get; set;}
[C++]
HRESULT get_LayerName(
  BSTR* pLayerName
);
[C++]
HRESULT put_LayerName(
  BSTR pLayerName
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapCacheTileManagerJob Interface