ArcObjects Library Reference (GISClient)  

IAGOServerObjectAdmin.GetTilingSchemeFile Method

Download the tiling scheme file (client is responsible for delete).

ERROR: Syntax information about IAGOServerObjectAdmin.GetTilingSchemeFile may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT GetTilingSchemeFile(
  BSTR Name,
  BSTR Type,
  BSTR tilingSchemeFile
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR tilingSchemeFile [in]   tilingSchemeFile is a parameter of type BSTR

Product Availability

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

See Also

IAGOServerObjectAdmin Interface