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


IMapTableInfo3.SupportsStatistics Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* supportsStats
);
[C++]

Parameters supportsStats [out, retval] supportsStats is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapTableInfo3 Interface