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.