ArcObjects Library Reference (CadastralUI)  

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