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


IMapCooker2.WriteTilingScheme Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker2 Interface > IMapCooker2.WriteTilingScheme Method
ArcGIS Developer Help

IMapCooker2.WriteTilingScheme Method

Writes the tiling scheme for the service.

[Visual Basic .NET]
Public Sub WriteTilingScheme ( _
    ByVal pCacheInfo As ITileCacheInfo, _
    ByVal pTileImageInfo As ITileImageInfo, _
    ByVal cacheDir As String, _
    ByVal LayerName As String _
)
[C#]
public void WriteTilingScheme (
    ITileCacheInfo pCacheInfo,
    ITileImageInfo pTileImageInfo,
    string cacheDir,
    string LayerName
);
[C++]
HRESULT WriteTilingScheme(
  ITileCacheInfo* pCacheInfo,
  ITileImageInfo* pTileImageInfo,
  BSTR cacheDir,
  BSTR LayerName
);
[C++]
Parameters
pCacheInfo [in]

pCacheInfo is a parameter of type ITileCacheInfo* pTileImageInfo [in]
pTileImageInfo is a parameter of type ITileImageInfo* cacheDir [in]
cacheDir is a parameter of type BSTR LayerName [in]
LayerName is a parameter of type BSTR

Product Availability

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

See Also

IMapCooker2 Interface