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


ICadastralRowWriteCallback.BeforeRowWrite Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralRowWriteCallback Interface > ICadastralRowWriteCallback.BeforeRowWrite Method
ArcGIS Developer Help

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