public interface IRowBuffer2 extends IRowBuffer, java.io.Serializable
Description: 'Provides access to members used for getting and modifying a rows values and for getting the fields in the row.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc5c142a2_87f2_457e_a56c_599cd6491a3a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID93684651_1a83_11d1_8802_0000f877762d
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValueCopy(int index)
A cloned copy of the value of the field with the specified index.
|
getFields, getValue, setValue
static final int IIDc5c142a2_87f2_457e_a56c_599cd6491a3a
static final int xxDummy
static final java.lang.String IID
java.lang.Object getValueCopy(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.