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