ArcObjects Library Reference (Carto)  

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(
  BSTR* 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