INetworkDiagramInfo Interface

Provides access to members that control the network diagram information.

Members

Name Description
Read-only property Access The network diagram access right level.
Read-only property AggregationCount The network diagram aggregation count.
Read-only property CanExtend Indicates whether the network diagram can be extended.
Read-only property CanStore Indicates whether network diagram can be stored.
Read-only property ContainerCount The network diagram container count.
Read-only property ContainerMargin The margin size of containers in the network diagram.
Read-only property CreationDate The network diagram creation date.
Read-only property Creator The network diagram creator.
Read-only property DiagramExtent The extent of the network diagram.
Read-only property EdgeCount The network diagram edge count.
Read-only property IsHistorical Indicates whether the network diagram content corresponds to a past moment.
Read-only property IsStored Indicates whether the network diagram is stored.
Read-only property IsSystem Indicates whether the network diagram is a subnetwork system diagram.
Read-only property JunctionCount The network diagram junction count.
Read-only property LastUpdateBy The name of the last user who updated the diagram.
Read-only property LastUpdateDate the last update date of the network diagram.
Read-only property NetworkExtent The extent of the set of geographic features that comprise the diagram.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close