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


ICachedRasterFunctionArguments.CacheBaseName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICachedRasterFunctionArguments.CacheBaseName Property

Name used for generating the CacheFileName. GUID is used if this is not specified.

[Visual Basic .NET]
Public Property CacheBaseName As String
[C#]
public string CacheBaseName {get; set;}
[C++]
HRESULT get_CacheBaseName(
  BSTR* pCacheBaseName
);
[C++]
HRESULT put_CacheBaseName(
  BSTR pCacheBaseName
);
[C++]

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

Product Availability

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

See Also

ICachedRasterFunctionArguments Interface