public interface IEnumNetworkDiagramFlag
extends java.io.Serializable
Description: 'Network diagram flag 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 |
IIDa2190197_1407_4460_a4dc_5581560fddb3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(int[] pFlagType,
int[] dEID,
IPoint[] ppPosition)
Returns attributes related to the next diagram flag in the enumerator.
|
static final int IIDa2190197_1407_4460_a4dc_5581560fddb3
static final int xxDummy
static final java.lang.String IID
void next(int[] pFlagType, int[] dEID, IPoint[] ppPosition) throws java.io.IOException, AutomationException
pFlagType
- A com.esri.arcgis.geodatabase.esriDiagramFlagType constant (out: use single element array)dEID
- The dEID (out: use single element array)ppPosition
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.