This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatisticsFunctionArguments Interface > IStatisticsFunctionArguments.Columns Property (ArcObjects .NET 10.4 SDK) |
The number of columns in the focal function.
[Visual Basic .NET] Public Property Columns As Integer
[C#] public int Columns {get; set;}
[C++]
HRESULT get_Columns(
long* pColumns
);
[C++]
HRESULT put_Columns(
long pColumns
);
[C++]
Parameters pColumns [out, retval] pColumns is a parameter of type long pColumns [in] pColumns is a parameter of type long