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


IRasterInfo3.AttributeRowCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo3 Interface > IRasterInfo3.AttributeRowCount Property
ArcGIS Developer Help

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