INetworkDiagramFlags Interface

Provides access to members that control the diagram flags in a network diagram.

Members

Name Description
Method AddFlag Adds a particular type of diagram flag on the diagram feature with the specified diagram element ID.
Method ClearFlags Clears all the flags based on a particular type of diagram flag.
Read-only property Flags Gets the diagram flags.
Method RemoveFlag Removes the particular type of diagram flag on the diagram feature with the specified diagram element ID.

INetworkDiagramFlags.AddFlag Method

Adds a particular type of diagram flag on the diagram feature with the specified diagram element ID.

Public Sub AddFlag ( _
    ByVal flagType As esriDiagramFlagType, _
    ByVal flagEid As Integer _
)
public void AddFlag (
    esriDiagramFlagType flagType,
    int flagEid
);

INetworkDiagramFlags.ClearFlags Method

Clears all the flags based on a particular type of diagram flag.

Public Sub ClearFlags ( _
    ByVal flagType As esriDiagramFlagType _
)
public void ClearFlags (
    esriDiagramFlagType flagType
);

INetworkDiagramFlags.Flags Property

Gets the diagram flags.

Public Function get_Flags ( _
    ByVal flagType As esriDiagramFlagType _
) As IEnumNetworkDiagramFlag
public IEnumNetworkDiagramFlag get_Flags (
    esriDiagramFlagType flagType
);

INetworkDiagramFlags.RemoveFlag Method

Removes the particular type of diagram flag on the diagram feature with the specified diagram element ID.

Public Sub RemoveFlag ( _
    ByVal flagType As esriDiagramFlagType, _
    ByVal flagEid As Integer _
)
public void RemoveFlag (
    esriDiagramFlagType flagType,
    int flagEid
);

Classes that implement INetworkDiagramFlags

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