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


ITerrainToRasterFunctionArguments.CacheMaxNumSurfaces Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITerrainToRasterFunctionArguments Interface > ITerrainToRasterFunctionArguments.CacheMaxNumSurfaces Property
ArcGIS Developer Help

ITerrainToRasterFunctionArguments.CacheMaxNumSurfaces Property

Maximum number of different surfaces kept in this cache folder.

[Visual Basic .NET]
Public Property CacheMaxNumSurfaces As Integer
[C#]
public int CacheMaxNumSurfaces {get; set;}
[C++]
HRESULT get_CacheMaxNumSurfaces(
  System.Int32* pMaxNumSurfaces
);
[C++]
HRESULT put_CacheMaxNumSurfaces(
  long pMaxNumSurfaces
);
[C++]
Parameters
pMaxNumSurfaces [out, retval]

pMaxNumSurfaces is a parameter of type long* pMaxNumSurfaces [in]
pMaxNumSurfaces is a parameter of type long

Product Availability

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

See Also

ITerrainToRasterFunctionArguments Interface