public interface IEnumNetworkDiagramJunction
extends java.io.Serializable
Description: 'Network diagram junction 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 |
IIDddc1f511_da82_4a26_9a64_426ffad8dfd4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(int[] dEID,
int[] containerDEID,
long[] featureID,
GUID[] globalID,
GUID[] associatedGlobalID,
int[] associatedSourceID,
IGeometry[] ppGeometry,
double[] rotation)
Returns attributes related to the next diagram junction in the enumerator.
|
static final int IIDddc1f511_da82_4a26_9a64_426ffad8dfd4
static final int xxDummy
static final java.lang.String IID
void next(int[] dEID, int[] containerDEID, long[] featureID, GUID[] globalID, GUID[] associatedGlobalID, int[] associatedSourceID, IGeometry[] ppGeometry, double[] rotation) throws java.io.IOException, AutomationException
dEID
- The dEID (out: use single element array)containerDEID
- The containerDEID (out: use single element array)featureID
- Signed 64-bit int (out: use single element array)globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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)ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)rotation
- The rotation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.