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


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

IRasterInfo3.AttributeRowCount Property

The actual number of rows in the raster attribute table.

[Visual Basic .NET]
Public ReadOnly Property AttributeRowCount As Integer
[C#]
public int AttributeRowCount {get;}
[C++]
HRESULT get_AttributeRowCount(
  System.Int32* RowCount
);
[C++]

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

Product Availability

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

See Also

IRasterInfo3 Interface