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


ICachedRasterFunctionArguments.MaxAllowedInputCols 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.MaxAllowedInputCols Property
ArcGIS Developer Help

ICachedRasterFunctionArguments.MaxAllowedInputCols Property

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

[Visual Basic .NET]
Public Property MaxAllowedInputCols As Integer
[C#]
public int MaxAllowedInputCols {get; set;}
[C++]
HRESULT get_MaxAllowedInputCols(
  System.Int32* pCols
);
[C++]
HRESULT put_MaxAllowedInputCols(
  long pCols
);
[C++]
Parameters
pCols [out, retval]

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

Product Availability

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

See Also

ICachedRasterFunctionArguments Interface