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


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

IGPSARemap.RecordCount Property

The number of remap records.

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

RecordCount is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSARemap Interface