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


IMapTableInfo3.SupportsStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableInfo3 Interface > IMapTableInfo3.SupportsStatistics Property
ArcGIS Developer Help

IMapTableInfo3.SupportsStatistics Property

Indicates if the table supports calculating statistics on its fields.

[Visual Basic .NET]
Public ReadOnly Property SupportsStatistics As Boolean
[C#]
public bool SupportsStatistics {get;}
[C++]
HRESULT get_SupportsStatistics(
  Boolean* supportsStats
);
[C++]
Parameters
supportsStats [out, retval]

supportsStats is a parameter of type bool*

Product Availability

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

See Also

IMapTableInfo3 Interface