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


IRasterInfo3.MaxRecordCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo3.MaxRecordCount Property

The raster attribute table size limit.

[Visual Basic .NET]
Public Property MaxRecordCount As Integer
[C#]
public int MaxRecordCount {get; set;}
[C++]
HRESULT get_MaxRecordCount(
  System.Int32* MaxRecordCount
);
[C++]
HRESULT put_MaxRecordCount(
  long MaxRecordCount
);
[C++]

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

Product Availability

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

See Also

IRasterInfo3 Interface