This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.CacheMaxNumSurfaces Property (ArcObjects .NET 10.5 SDK) |
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