This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralRowWriteCallback Interface > ICadastralRowWriteCallback.BeforeRowWrite Method (ArcObjects .NET 10.5 SDK) |
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 );