ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.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, _
    ByVal enforeEmptyAsLast As Boolean _
)
[C#]
public void InsertGridRow (
    int Row,
    IGSLine pLine,
    bool enforeEmptyAsLast
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface