ArcObjects Library Reference (Cadastral)  

ICadastralRowWriteCallback.BeforeRowWrite Method

Row buffer before row is written. Plans, radial lines and center points will have null source rows.

[Visual Basic .NET]
Public Sub BeforeRowWrite ( _
    ByVal eTableID As esriCadastralFabricTable, _
    ByVal pSourceRow As IRow, _
    ByVal pRowInserting As IRowBuffer _
)
[C#]
public void BeforeRowWrite (
    esriCadastralFabricTable eTableID,
    IRow pSourceRow,
    IRowBuffer pRowInserting
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralRowWriteCallback Interface