This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface > IRasterDefaultsEnv2.MaxTableSize Property (ArcObjects .NET 10.5 SDK) |
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
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.