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


IStatisticDescription.StatisticFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStatisticDescription Interface > IStatisticDescription.StatisticFieldName Property
ArcGIS Developer Help

IStatisticDescription.StatisticFieldName Property

Name of field for which statistic should be calculated.

[Visual Basic .NET]
Public Property StatisticFieldName As String
[C#]
public string StatisticFieldName {get; set;}
[C++]
HRESULT get_StatisticFieldName(
  System.String* statFieldName
);
[C++]
HRESULT put_StatisticFieldName(
  BSTR statFieldName
);
[C++]
Parameters
statFieldName [out, retval]

statFieldName is a parameter of type BSTR* statFieldName [in]
statFieldName is a parameter of type BSTR

Product Availability

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

See Also

IStatisticDescription Interface