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


IStatisticDescription.ResultFieldName 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.ResultFieldName Property
ArcGIS Developer Help

IStatisticDescription.ResultFieldName Property

Optional name of field containing result.

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

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

Product Availability

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

See Also

IStatisticDescription Interface