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