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


IParcelConstruction.InsertGridRow 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.InsertGridRow Method
ArcGIS Developer Help

IParcelConstruction.InsertGridRow Method

Insert a row before given row. Use -1 to insert at the end.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction Interface