public interface IEnumNetworkDiagramRelation
extends java.io.Serializable
Description: 'Network diagram relation 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 |
IID47798041_a775_4ab0_b602_692eec10360b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
next(int[] fromDEID,
int[] fromSourceID,
GUID[] fromAssGlobalID,
int[] toDEID,
int[] toSourceID,
GUID[] toAssGlobalID)
Returns attributes related to the next diagram relation in the enumerator.
|
static final int IID47798041_a775_4ab0_b602_692eec10360b
static final int xxDummy
static final java.lang.String IID
void next(int[] fromDEID,
int[] fromSourceID,
GUID[] fromAssGlobalID,
int[] toDEID,
int[] toSourceID,
GUID[] toAssGlobalID)
throws java.io.IOException,
AutomationException
fromDEID - The fromDEID (out: use single element array)fromSourceID - The fromSourceID (out: use single element array)fromAssGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)toDEID - The toDEID (out: use single element array)toSourceID - The toSourceID (out: use single element array)toAssGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.