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


IGPSAWeightedOverlayTable.DeleteRecord Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.DeleteRecord Method
ArcGIS Developer Help

IGPSAWeightedOverlayTable.DeleteRecord Method

Removes a record from the overlay table.

[Visual Basic .NET]
Public Sub DeleteRecord ( _
    ByVal recordIndex As Integer _
)
[C#]
public void DeleteRecord (
    int recordIndex
);
[C++]
HRESULT DeleteRecord(
  long recordIndex
);
[C++]
Parameters
recordIndex [in]

recordIndex is a parameter of type long

Product Availability

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

See Also

IGPSAWeightedOverlayTable Interface