com.esri.arcgis.geodatabaseui
Interface esriTVRowInsertPlacement

All Superinterfaces:
Serializable

public interface esriTVRowInsertPlacement
extends Serializable

TableView inserting records placement.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriTVRowInsAfterGivenOID
          For the current table view instance, it insert the next insert row after the given OID.
static int esriTVRowInsAfterGivenOIDAutoAdv
          For the current table view instance, it insert the next insert row after the given OID.
static int esriTVRowInsBeforeGivenOID
          For the current table view instance, it insert the next insert row before the given OID.
static int esriTVRowInsBeginningOfWin
          For the current table view instance, it insert the next insert row at the beginning of the table.
static int esriTVRowInsEndOfWin
          For the current table view instance, it insert the next insert row at the end of the table.
 

Field Detail

esriTVRowInsBeginningOfWin

static final int esriTVRowInsBeginningOfWin
For the current table view instance, it insert the next insert row at the beginning of the table. The given OID is ignored.

See Also:
Constant Field Values

esriTVRowInsBeforeGivenOID

static final int esriTVRowInsBeforeGivenOID
For the current table view instance, it insert the next insert row before the given OID.

See Also:
Constant Field Values

esriTVRowInsAfterGivenOID

static final int esriTVRowInsAfterGivenOID
For the current table view instance, it insert the next insert row after the given OID.

See Also:
Constant Field Values

esriTVRowInsAfterGivenOIDAutoAdv

static final int esriTVRowInsAfterGivenOIDAutoAdv
For the current table view instance, it insert the next insert row after the given OID. It then auto advances the next insert row to the nwly inserted row.

See Also:
Constant Field Values

esriTVRowInsEndOfWin

static final int esriTVRowInsEndOfWin
For the current table view instance, it insert the next insert row at the end of the table. The given OID is ignored.

See Also:
Constant Field Values