public interface INetworkDiagramFlags
extends java.io.Serializable
Description: 'Provides access to members that control the diagram flags in a network diagram.' 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 |
IID61accba5_1d52_4ee6_967c_51aa91ce4955 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addFlag(int flagType,
int flagEid)
Adds a particular type of diagram flag on the diagram feature with the specified diagram element ID.
|
void |
clearFlags(int flagType)
Clears all the flags based on a particular type of diagram flag.
|
IEnumNetworkDiagramFlag |
getFlags(int flagType)
Gets the diagram flags.
|
void |
removeFlag(int flagType,
int flagEid)
Removes the particular type of diagram flag on the diagram feature with the specified diagram element ID.
|
static final int IID61accba5_1d52_4ee6_967c_51aa91ce4955
static final int xxDummy
static final java.lang.String IID
IEnumNetworkDiagramFlag getFlags(int flagType) throws java.io.IOException, AutomationException
flagType
- A com.esri.arcgis.geodatabase.esriDiagramFlagType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFlag(int flagType, int flagEid) throws java.io.IOException, AutomationException
flagType
- A com.esri.arcgis.geodatabase.esriDiagramFlagType constant (in)flagEid
- The flagEid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeFlag(int flagType, int flagEid) throws java.io.IOException, AutomationException
flagType
- A com.esri.arcgis.geodatabase.esriDiagramFlagType constant (in)flagEid
- The flagEid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clearFlags(int flagType) throws java.io.IOException, AutomationException
flagType
- A com.esri.arcgis.geodatabase.esriDiagramFlagType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.