Provides access to members that control standard editing operations on the network diagram.
Members
| Name | Description | |
|---|---|---|
![]() |
AppendFromEIDs | Appends the specified network element set to a network diagram. |
![]() |
AppendFromGlobalIDs | Appends the specified network feature set to a network diagram.. |
![]() |
ApplyPredefinedLayout | Applies a predefined diagram layout algorithm on all or parts of the network diagram content. |
![]() |
ApplyTemplateLayouts | Re-executes the list of the layout algorithms currently configured on the related diagram template to the network diagram content. |
![]() |
Extend | Extends the network diagram one network element level based on network connectivity or traversability or on containment or structural attachment associations. |
![]() |
OverwriteFromEIDs | Overwrites the content of the network diagram from the specified network element set. |
![]() |
OverwriteFromGlobalIDs | Overwrites the content of the network diagram from the specified network feature set. |
![]() |
Update | Updates the network diagram. |
INetworkDiagramEdit.AppendFromEIDs Method
Appends the specified network element set to a network diagram.
Public Sub AppendFromEIDs ( _
    ByVal networkElements As INetworkElementSet, _
    ByVal pTrackCancel As ITrackCancel _
)
public void AppendFromEIDs (
    INetworkElementSet networkElements,
    ITrackCancel pTrackCancel
);
INetworkDiagramEdit.AppendFromGlobalIDs Method
Appends the specified network feature set to a network diagram..
Public Sub AppendFromGlobalIDs ( _
    ByVal featureGlobalIDs As IGlobalIDSet, _
    ByVal pTrackCancel As ITrackCancel _
)
public void AppendFromGlobalIDs (
    IGlobalIDSet featureGlobalIDs,
    ITrackCancel pTrackCancel
);
INetworkDiagramEdit.ApplyPredefinedLayout Method
Applies a predefined diagram layout algorithm on all or parts of the network diagram content.
Public Sub ApplyPredefinedLayout ( _
    ByVal layoutName As String, _
    ByVal PropertySet As IPropertySet, _
    ByVal jctOids As Int64[], _
    ByVal ctnrOids As Int64[], _
    ByVal edgeOids As Int64[], _
    ByVal asynchronous As Boolean, _
    ByVal TrackCancel As ITrackCancel _
)
public void ApplyPredefinedLayout (
    string layoutName,
    IPropertySet PropertySet,
    Int64[] jctOids,
    Int64[] ctnrOids,
    Int64[] edgeOids,
    bool asynchronous,
    ITrackCancel TrackCancel
);
INetworkDiagramEdit.ApplyTemplateLayouts Method
Re-executes the list of the layout algorithms currently configured on the related diagram template to the network diagram content.
Public Sub ApplyTemplateLayouts ( _
    ByVal jctOids As Int64[], _
    ByVal ctnrOids As Int64[], _
    ByVal edgeOids As Int64[], _
    ByVal TrackCancel As ITrackCancel _
)
public void ApplyTemplateLayouts (
    Int64[] jctOids,
    Int64[] ctnrOids,
    Int64[] edgeOids,
    ITrackCancel TrackCancel
);
INetworkDiagramEdit.Extend Method
Extends the network diagram one network element level based on network connectivity or traversability or on containment or structural attachment associations.
Public Sub Extend ( _
    ByVal extendType As esriDiagramExtendType, _
    ByVal inputGlobalIDs As IGlobalIDSet, _
    ByVal pTrackCancel As ITrackCancel _
)
public void Extend (
    esriDiagramExtendType extendType,
    IGlobalIDSet inputGlobalIDs,
    ITrackCancel pTrackCancel
);
INetworkDiagramEdit.OverwriteFromEIDs Method
Overwrites the content of the network diagram from the specified network element set.
Public Sub OverwriteFromEIDs ( _
    ByVal networkElements As INetworkElementSet, _
    ByVal pTrackCancel As ITrackCancel _
)
public void OverwriteFromEIDs (
    INetworkElementSet networkElements,
    ITrackCancel pTrackCancel
);
INetworkDiagramEdit.OverwriteFromGlobalIDs Method
Overwrites the content of the network diagram from the specified network feature set.
Public Sub OverwriteFromGlobalIDs ( _
    ByVal featureGlobalIDs As IGlobalIDSet, _
    ByVal pTrackCancel As ITrackCancel _
)
public void OverwriteFromGlobalIDs (
    IGlobalIDSet featureGlobalIDs,
    ITrackCancel pTrackCancel
);
INetworkDiagramEdit.Update Method
Updates the network diagram.
Public Sub Update ( _
    ByVal pTrackCancel As ITrackCancel _
)
public void Update (
    ITrackCancel pTrackCancel
);
Classes that implement INetworkDiagramEdit
| Classes | Description |
|---|
