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


ICadastralRowWriteCallback.AfterRowWrite Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Cadastral)  

ICadastralRowWriteCallback.AfterRowWrite Method

OID of the row written.

[Visual Basic .NET]
Public Sub AfterRowWrite ( _
    ByVal oidOfNewRow As Object _
)
[C#]
public void AfterRowWrite (
    object oidOfNewRow
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralRowWriteCallback Interface