public interface IMultiPartItemURI
extends java.io.Serializable
Description: 'Provides access to members that control a multi-part item URI' 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 |
IIDbe8282f6_a3b2_4b38_ad61_54444bc1809f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IItemURIArray |
getParts()
The item URI objects associated with this container URI object.
|
void |
setPartsByRef(IItemURIArray ppItemURIArray)
The item URI objects associated with this container URI object.
|
static final int IIDbe8282f6_a3b2_4b38_ad61_54444bc1809f
static final int xxDummy
static final java.lang.String IID
void setPartsByRef(IItemURIArray ppItemURIArray) throws java.io.IOException, AutomationException
ppItemURIArray
- A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemURIArray getParts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.