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


IRasterDefaultsEnv2.MaxTableSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv2.MaxTableSize Property

Default maximum table size.

[Visual Basic .NET]
Public Property MaxTableSize As Integer
[C#]
public int MaxTableSize {get; set;}
[C++]
HRESULT get_MaxTableSize(
  long* pMaxTableSize
);
[C++]
HRESULT put_MaxTableSize(
  long pMaxTableSize
);
[C++]

Parameters pMaxTableSize [out, retval] pMaxTableSize is a parameter of type long pMaxTableSize [in] pMaxTableSize is a parameter of type long

Product Availability

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

Remarks

If a dataset has more entries in its table then the MaxTableSize property, it will be displayed by default using the stretched renderer. A dataset with fewer unique values than this threshold will display using the unique value renderer. This value is 25 by default.

See Also

IRasterDefaultsEnv2 Interface