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


IRasterDefaultsEnv3.MaximumBuildAttributeTableSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv3 Interface > IRasterDefaultsEnv3.MaximumBuildAttributeTableSize Property
ArcGIS Developer Help

IRasterDefaultsEnv3.MaximumBuildAttributeTableSize Property

The maximum attribute table size that can be built.

[Visual Basic .NET]
Public Property MaximumBuildAttributeTableSize As Integer
[C#]
public int MaximumBuildAttributeTableSize {get; set;}
[C++]
HRESULT get_MaximumBuildAttributeTableSize(
  long pSize
);
[C++]
HRESULT put_MaximumBuildAttributeTableSize(
  System.Int32* pSize
);
[C++]
Parameters
pSize [in]

pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*

Product Availability

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

Remarks

This property specifies the maximum limit for building a raster attribute table. The default is 65536.

See Also

IRasterDefaultsEnv3 Interface