Provides access to members that control the Mark Crossing layout.
Members
Name | Description | |
---|---|---|
CircularArcRadius | Indicates the radius of the circular arc that is added at the locations where diagram edges cross each other at right angles. | |
IsActive | Indicates whether the network diagram layout is active. | |
MarkCrossingPosition | Indicates the segment on which the circular arc are placed. | |
Name | The name of the network diagram layout. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
PropertySet | The network diagram layout parameters returned as a property set |
IMarkCrossingEdgesLayout.CircularArcRadius Property
Indicates the radius of the circular arc that is added at the locations where diagram edges cross each other at right angles.
Public Property CircularArcRadius As Double
public double CircularArcRadius {get; set;}
IMarkCrossingEdgesLayout.MarkCrossingPosition Property
Indicates the segment on which the circular arc are placed.
Public Property MarkCrossingPosition As esriLayoutMarkCrossingPosition
public esriLayoutMarkCrossingPosition MarkCrossingPosition {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement IMarkCrossingEdgesLayout
Classes | Description |
---|