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.