ArcObjects Library Reference (Carto)  

IMapCacheExporterJob.TargetCacheStorageInfo Property

TargetCacheStorageInfo.

[Visual Basic .NET]
Public Property TargetCacheStorageInfo As ICacheStorageInfo
[C#]
public ICacheStorageInfo TargetCacheStorageInfo {get; set;}
[C++]
HRESULT get_TargetCacheStorageInfo(
  ICacheStorageInfo** ppCacheStorageInfo
);
[C++]
HRESULT putref_TargetCacheStorageInfo(
  ICacheStorageInfo* ppCacheStorageInfo
);
[C++]

Parameters

ppCacheStorageInfo [out, retval]

  ppCacheStorageInfo is a parameter of type ICacheStorageInfo

ppCacheStorageInfo [in]

  ppCacheStorageInfo is a parameter of type ICacheStorageInfo

Product Availability

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

See Also

IMapCacheExporterJob Interface