Provides access to members that manage a diagram template.
Members
Name | Description | |
---|---|---|
ContainerMargin | Margin size of containers in diagrams based on the diagram template. | |
CreationDate | Creation date of the diagram template. | |
Description | Description of the diagram template. | |
DiagramDataset | Diagram dataset of the diagram template. | |
EnableDiagramExtend | Indicates whether the diagrams based on the template can be extended. | |
EnableDiagramStorage | Indicates whether the diagrams based on the template can be stored. | |
GlobalID | Global ID of the diagram template. | |
IsUsedByATier | Indicates whether the diagram template is set as a system diagram template for any tier subnetwork. | |
LastUpdateDate | Last update date of the diagram template. | |
Name | Name of the diagram template. | |
NetworkDiagrams | Network diagrams of the diagram template. |
IDiagramTemplate.ContainerMargin Property
Margin size of containers in diagrams based on the diagram template.
Public ReadOnly Property ContainerMargin As Double
public double ContainerMargin {get;}
IDiagramTemplate.CreationDate Property
Creation date of the diagram template.
Public ReadOnly Property CreationDate As DateTime
public DateTime CreationDate {get;}
IDiagramTemplate.Description Property
Description of the diagram template.
Public ReadOnly Property Description As String
public string Description {get;}
IDiagramTemplate.DiagramDataset Property
Diagram dataset of the diagram template.
Public ReadOnly Property DiagramDataset As IDiagramDataset
public IDiagramDataset DiagramDataset {get;}
IDiagramTemplate.EnableDiagramExtend Property
Indicates whether the diagrams based on the template can be extended.
Public ReadOnly Property EnableDiagramExtend As Boolean
public bool EnableDiagramExtend {get;}
IDiagramTemplate.EnableDiagramStorage Property
Indicates whether the diagrams based on the template can be stored.
Public ReadOnly Property EnableDiagramStorage As Boolean
public bool EnableDiagramStorage {get;}
IDiagramTemplate.GlobalID Property
Global ID of the diagram template.
Public ReadOnly Property GlobalID As Guid
public Guid GlobalID {get;}
IDiagramTemplate.IsUsedByATier Property
Indicates whether the diagram template is set as a system diagram template for any tier subnetwork.
Public ReadOnly Property IsUsedByATier As Boolean
public bool IsUsedByATier {get;}
IDiagramTemplate.LastUpdateDate Property
Last update date of the diagram template.
Public ReadOnly Property LastUpdateDate As DateTime
public DateTime LastUpdateDate {get;}
IDiagramTemplate.Name Property
Name of the diagram template.
Public ReadOnly Property Name As String
public string Name {get;}
IDiagramTemplate.NetworkDiagrams Property
Network diagrams of the diagram template.
Public ReadOnly Property NetworkDiagrams As IEnumNetworkDiagram
public IEnumNetworkDiagram NetworkDiagrams {get;}
Classes that implement IDiagramTemplate
Classes | Description |
---|