ArcObjects Library Reference (Carto)  

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