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


IParcelConstruction.DeleteGridRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction Interface > IParcelConstruction.DeleteGridRow Method
ArcGIS Developer Help

IParcelConstruction.DeleteGridRow Method

Delete a row.

[Visual Basic .NET]
Public Sub DeleteGridRow ( _
    ByVal Row As Integer _
)
[C#]
public void DeleteGridRow (
    int Row
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction Interface