com.esri.arcgis.geodatabaseui
Interface esriTVRowInsertPlacement

All Superinterfaces:
java.io.Serializable

public interface esriTVRowInsertPlacement
extends java.io.Serializable

Constants from esriTVRowInsertPlacement' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'TableView inserting records placement.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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