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


ICadastralRowWriteCallback.BeforeRowWrite Method (ArcObjects .NET 10.4 SDK)
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