This document is archived and information here might be outdated. Recommended version. |
Determines where the next insert record is inserted when OnCreate is fired. Adding records manually via the table window allways adds records to the end of the table.
[Visual Basic .NET] Public Sub InsertNextRowAt ( _ ByVal placement As esriTVRowInsertPlacement, _ ByVal oid As Integer _ )
[C#] public void InsertNextRowAt ( esriTVRowInsertPlacement placement, int oid );