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


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

IStatisticDescriptions.Insert Method

Inserts a StatisticDescription at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pStatisticDescription As IStatisticDescription _
)
[C#]
public void Insert (
    int Index,
    IStatisticDescription pStatisticDescription
);
[C++]
HRESULT Insert(
  long Index,
  IStatisticDescription* pStatisticDescription
);
[C++]

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

Product Availability

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

See Also

IStatisticDescriptions Interface