ArcObjects Library Reference (Carto)  

IConvertCacheStorageFormatJob.CacheFormat Property

Cancel the current job.

[Visual Basic .NET]
Public Property CacheFormat As String
[C#]
public string CacheFormat {get; set;}
[C++]
HRESULT get_CacheFormat(
  BSTR* pCacheFormat
);
[C++]
HRESULT put_CacheFormat(
  BSTR pCacheFormat
);
[C++]

Parameters

pCacheFormat [out, retval]   pCacheFormat is a parameter of type BSTR pCacheFormat [in]   pCacheFormat is a parameter of type BSTR

Product Availability

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

See Also

IConvertCacheStorageFormatJob Interface