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.