Provides access to members that control the diagram flags in a network diagram.
Members
Name | Description | |
---|---|---|
AddFlag | Adds a particular type of diagram flag on the diagram feature with the specified diagram element ID. | |
ClearFlags | Clears all the flags based on a particular type of diagram flag. | |
Flags | Gets the diagram flags. | |
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 |
---|