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


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

IMapCooker3.WriteTilingSchemeEx Method

Writes the tiling scheme for the service.

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

pCacheInfo is a parameter of type ITileCacheInfo* pTileImageInfo [in]
pTileImageInfo is a parameter of type ITileImageInfo* pCacheStorageInfo [in]
pCacheStorageInfo is a parameter of type ICacheStorageInfo* pCacheDatasetInfo [in]
pCacheDatasetInfo is a parameter of type ICacheDatasetInfo* 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

IMapCooker3 Interface