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


IArgStatisticsFunctionArguments.ArgStatisticsType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IArgStatisticsFunctionArguments Interface > IArgStatisticsFunctionArguments.ArgStatisticsType Property
ArcGIS Developer Help

IArgStatisticsFunctionArguments.ArgStatisticsType Property

The arg statistics type.

[Visual Basic .NET]
Public Property ArgStatisticsType As esriArgStatisticsType
[C#]
public esriArgStatisticsType ArgStatisticsType {get; set;}
[C++]
HRESULT get_ArgStatisticsType(
  esriArgStatisticsType* pType
);
[C++]
HRESULT put_ArgStatisticsType(
  esriArgStatisticsType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriArgStatisticsType* pType [in]
pType is a parameter of type esriArgStatisticsType

Product Availability

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

See Also

IArgStatisticsFunctionArguments Interface