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


ICachedRasterFunctionArguments.MaxAllowedInputRows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICachedRasterFunctionArguments Interface > ICachedRasterFunctionArguments.MaxAllowedInputRows Property
ArcGIS Developer Help

ICachedRasterFunctionArguments.MaxAllowedInputRows Property

The maximum number of rows allowed in the input raster for generating the cache.

[Visual Basic .NET]
Public Property MaxAllowedInputRows As Integer
[C#]
public int MaxAllowedInputRows {get; set;}
[C++]
HRESULT get_MaxAllowedInputRows(
  System.Int32* pRows
);
[C++]
HRESULT put_MaxAllowedInputRows(
  long pRows
);
[C++]
Parameters
pRows [out, retval]

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

Product Availability

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

See Also

ICachedRasterFunctionArguments Interface