ArcObjects Library Reference (Carto)  

IStatisticDescriptions.Element Property

The StatisticDescription at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IStatisticDescription
[C#]
public IStatisticDescription get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IStatisticDescription** ppStatisticDescription
);
[C++]

Parameters

Index [in]   Index is a parameter of type long ppStatisticDescription [out, retval]

  ppStatisticDescription is a parameter of type IStatisticDescription

Product Availability

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

See Also

IStatisticDescriptions Interface