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


IStatisticDescriptions.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IStatisticDescriptions.Add Method

Adds a StatisticDescription.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pStatisticDescription As IStatisticDescription _
)
[C#]
public void Add (
    IStatisticDescription pStatisticDescription
);
[C++]
HRESULT Add(
  IStatisticDescription* pStatisticDescription
);
[C++]

Parameters pStatisticDescription [in]
pStatisticDescription is a parameter of type IStatisticDescription

Product Availability

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

See Also

IStatisticDescriptions Interface