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


ICachedRasterFunction.CachedRasterFileName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICachedRasterFunction.CachedRasterFileName Property

The name of the cached raster file.

[Visual Basic .NET]
Public ReadOnly Property CachedRasterFileName As String
[C#]
public string CachedRasterFileName {get;}
[C++]
HRESULT get_CachedRasterFileName(
  BSTR* pFileName
);
[C++]

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

Product Availability

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

See Also

ICachedRasterFunction Interface