public interface IEnumNetworkDiagramAggregation
extends java.io.Serializable
Description: 'Network diagram aggregation enumerator.' 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 |
IID71d9fbd6_d768_44aa_9fc2_f963eccff040 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(int[] dEID,
int[] aggregationType,
GUID[] associatedGlobalID,
int[] associatedSourceID)
Returns attributes related to the next diagram aggregation in the enumerator.
|
static final int IID71d9fbd6_d768_44aa_9fc2_f963eccff040
static final int xxDummy
static final java.lang.String IID
void next(int[] dEID, int[] aggregationType, GUID[] associatedGlobalID, int[] associatedSourceID) throws java.io.IOException, AutomationException
dEID
- The dEID (out: use single element array)aggregationType
- A com.esri.arcgis.geodatabase.esriDiagramAggregationType constant (out: use single element array)associatedGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)associatedSourceID
- The associatedSourceID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.