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


IMapCacheTileManagerJob.LayerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.LayerName Property
ArcGIS Developer Help

IMapCacheTileManagerJob.LayerName Property

Layer name.

[Visual Basic .NET]
Public Property LayerName As String
[C#]
public string LayerName {get; set;}
[C++]
HRESULT get_LayerName(
  System.String* 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