ArcObjects Library Reference (Carto)  

IMapTableInfo2.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.

Remarks

Limitations:

See Also

IMapTableInfo2 Interface