public interface IRgbArray
extends java.io.Serializable
Description: 'Provides access to members of XyzArray.' 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 |
IIDa50282f9_9f5e_43c8_bd85_adddbaa6c244 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(_RGB32 pElement)
Adds an element to the array.
|
int |
getCount()
The number of elements in the array.
|
_RGB32 |
getElement(int index)
Retrieves the element in the array (index is 0-based).
|
void |
removeAll()
Removes all elements from the array.
|
static final int IIDa50282f9_9f5e_43c8_bd85_adddbaa6c244
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception._RGB32 getElement(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.void add(_RGB32 pElement) throws java.io.IOException, AutomationException
pElement
- A Structure: com.esri.arcgis.geodatabaseextensions._RGB32 (A com.esri.arcgis.geodatabaseextensions._RGB32 COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.