public interface IDiagramTemplate
extends java.io.Serializable
Description: 'Provides access to members that manage a diagram template.' 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 |
IID341ec667_8945_45bd_80e9_d9c5abd81189 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getContainerMargin()
Margin size of containers in diagrams based on the diagram template.
|
java.util.Date |
getCreationDate()
Creation date of the diagram template.
|
java.lang.String |
getDescription()
Description of the diagram template.
|
IDiagramDataset |
getDiagramDataset()
Diagram dataset of the diagram template.
|
GUID |
getGlobalID()
Global ID of the diagram template.
|
java.util.Date |
getLastUpdateDate()
Last update date of the diagram template.
|
java.lang.String |
getName()
Name of the diagram template.
|
IEnumNetworkDiagram |
getNetworkDiagrams()
Network diagrams of the diagram template.
|
boolean |
isEnableDiagramExtend()
Indicates whether the diagrams based on the template can be extended.
|
boolean |
isEnableDiagramStorage()
Indicates whether the diagrams based on the template can be stored.
|
boolean |
isUsedByATier()
Indicates whether the diagram template is set as a system diagram template for any tier subnetwork.
|
static final int IID341ec667_8945_45bd_80e9_d9c5abd81189
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDiagramDataset getDiagramDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumNetworkDiagram getNetworkDiagrams() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEnableDiagramStorage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEnableDiagramExtend() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getContainerMargin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getCreationDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getLastUpdateDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUsedByATier() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.