Provides access to members that control the network diagram information.
Members
Name | Description | |
---|---|---|
Access | The network diagram access right level. | |
AggregationCount | The network diagram aggregation count. | |
CanExtend | Indicates whether the network diagram can be extended. | |
CanStore | Indicates whether network diagram can be stored. | |
ContainerCount | The network diagram container count. | |
ContainerMargin | The margin size of containers in the network diagram. | |
CreationDate | The network diagram creation date. | |
Creator | The network diagram creator. | |
DiagramExtent | The extent of the network diagram. | |
EdgeCount | The network diagram edge count. | |
IsHistorical | Indicates whether the network diagram content corresponds to a past moment. | |
IsStored | Indicates whether the network diagram is stored. | |
IsSystem | Indicates whether the network diagram is a subnetwork system diagram. | |
JunctionCount | The network diagram junction count. | |
LastUpdateBy | The name of the last user who updated the diagram. | |
LastUpdateDate | the last update date of the network diagram. | |
NetworkExtent | The extent of the set of geographic features that comprise the diagram. | |
Tag | The network diagram tag. |
INetworkDiagramInfo.Access Property
The network diagram access right level.
Public ReadOnly Property Access As esriDiagramAccessType
public esriDiagramAccessType Access {get;}
INetworkDiagramInfo.AggregationCount Property
The network diagram aggregation count.
Public ReadOnly Property AggregationCount As Integer
public int AggregationCount {get;}
INetworkDiagramInfo.CanExtend Property
Indicates whether the network diagram can be extended.
Public ReadOnly Property CanExtend As Boolean
public bool CanExtend {get;}
INetworkDiagramInfo.CanStore Property
Indicates whether network diagram can be stored.
Public ReadOnly Property CanStore As Boolean
public bool CanStore {get;}
INetworkDiagramInfo.ContainerCount Property
The network diagram container count.
Public ReadOnly Property ContainerCount As Integer
public int ContainerCount {get;}
INetworkDiagramInfo.ContainerMargin Property
The margin size of containers in the network diagram.
Public ReadOnly Property ContainerMargin As Double
public double ContainerMargin {get;}
INetworkDiagramInfo.CreationDate Property
The network diagram creation date.
Public ReadOnly Property CreationDate As DateTime
public DateTime CreationDate {get;}
INetworkDiagramInfo.Creator Property
The network diagram creator.
Public ReadOnly Property Creator As String
public string Creator {get;}
INetworkDiagramInfo.DiagramExtent Property
The extent of the network diagram.
Public ReadOnly Property DiagramExtent As IEnvelope
public IEnvelope DiagramExtent {get;}
INetworkDiagramInfo.EdgeCount Property
The network diagram edge count.
Public ReadOnly Property EdgeCount As Integer
public int EdgeCount {get;}
INetworkDiagramInfo.IsHistorical Property
Indicates whether the network diagram content corresponds to a past moment.
Public ReadOnly Property IsHistorical As Boolean
public bool IsHistorical {get;}
INetworkDiagramInfo.IsStored Property
Indicates whether the network diagram is stored.
Public ReadOnly Property IsStored As Boolean
public bool IsStored {get;}
INetworkDiagramInfo.IsSystem Property
Indicates whether the network diagram is a subnetwork system diagram.
Public ReadOnly Property IsSystem As Boolean
public bool IsSystem {get;}
INetworkDiagramInfo.JunctionCount Property
The network diagram junction count.
Public ReadOnly Property JunctionCount As Integer
public int JunctionCount {get;}
INetworkDiagramInfo.LastUpdateBy Property
The name of the last user who updated the diagram.
Public ReadOnly Property LastUpdateBy As String
public string LastUpdateBy {get;}
INetworkDiagramInfo.LastUpdateDate Property
the last update date of the network diagram.
Public ReadOnly Property LastUpdateDate As DateTime
public DateTime LastUpdateDate {get;}
INetworkDiagramInfo.NetworkExtent Property
The extent of the set of geographic features that comprise the diagram.
Public ReadOnly Property NetworkExtent As IEnvelope
public IEnvelope NetworkExtent {get;}
INetworkDiagramInfo.Tag Property
The network diagram tag.
Public ReadOnly Property Tag As String
public string Tag {get;}
Classes that implement INetworkDiagramInfo
Classes | Description |
---|