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


IParcelConstruction.DeleteGridRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

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