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


IGPValueTable.RecordCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface > IGPValueTable.RecordCount Property
ArcGIS Developer Help

IGPValueTable.RecordCount Property

The number of rows in the value table.

[Visual Basic .NET]
Public ReadOnly Property RecordCount As Integer
[C#]
public int RecordCount {get;}
[C++]
HRESULT get_RecordCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

See Also

IGPValueTable Interface