This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.LayerName Property (ArcObjects .NET 10.5 SDK) |
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