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


ILasToRasterFunctionArguments.CacheMaxNumSurfaces Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.CacheMaxNumSurfaces Property

Maximum number of different Las surfaces kept in this cache folder.

[Visual Basic .NET]
Public Property CacheMaxNumSurfaces As Integer
[C#]
public int CacheMaxNumSurfaces {get; set;}
[C++]
HRESULT get_CacheMaxNumSurfaces(
  long* 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

ILasToRasterFunctionArguments Interface