Provides access to members that control the Organic layout.
Members
| Name | Description | |
|---|---|---|
![]() | BreakPointPosition | Indicates the relative position of the two inflexion points that are inserted along the diagram edges to compute the curved edges geometry when EdgesType is 2. This parameter is used only when EdgesType is esriLayoutCurvedEdge. |
![]() | CoolingScheme | . |
![]() | EdgesType | Indicates the type of display for the diagram edges (curved or not). |
![]() | GridMode | . |
![]() | IsActive | Indicates whether the network diagram layout is active. |
![]() | Name | The name of the network diagram layout. |
![]() | NumberOfIterations | Indicates the number of Force Directed layout iterations that is executed before the final result is shown. |
![]() | PreserveContainers | Indicates whether the network diagram layout must preserve the containers. |
![]() | PropertySet | The network diagram layout parameters returned as a property set |
![]() | RepelFactor | Indicates how much diagram junctions that are very close are spread out. The larger this parameter value, the greater the distance that is added between nearly overlapping diagram junctions. |
![]() | RepelFactorComputationMethod | . |
IOrganicLayout.BreakPointPosition Property
Indicates the relative position of the two inflexion points that are inserted along the diagram edges to compute the curved edges geometry when EdgesType is 2. This parameter is used only when EdgesType is esriLayoutCurvedEdge.
Public Property BreakPointPosition As Double public double BreakPointPosition {get; set;} IOrganicLayout.CoolingScheme Property
.
Public Property CoolingScheme As esriLayoutCoolingScheme public esriLayoutCoolingScheme CoolingScheme {get; set;} IOrganicLayout.EdgesType Property
Indicates the type of display for the diagram edges (curved or not).
Public Property EdgesType As esriLayoutEdgesType public esriLayoutEdgesType EdgesType {get; set;} IOrganicLayout.GridMode Property
.
Public Property GridMode As esriLayoutGridMode public esriLayoutGridMode GridMode {get; set;} IOrganicLayout.NumberOfIterations Property
Indicates the number of Force Directed layout iterations that is executed before the final result is shown.
Public Property NumberOfIterations As Integer public int NumberOfIterations {get; set;} IOrganicLayout.RepelFactor Property
Indicates how much diagram junctions that are very close are spread out. The larger this parameter value, the greater the distance that is added between nearly overlapping diagram junctions.
Public Property RepelFactor As Double public double RepelFactor {get; set;} IOrganicLayout.RepelFactorComputationMethod Property
.
Public Property RepelFactorComputationMethod As esriLayoutRepelFactorComputationMethod public esriLayoutRepelFactorComputationMethod RepelFactorComputationMethod {get; set;} Inherited Interfaces
| Interfaces | Description |
|---|---|
| INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement IOrganicLayout
| Classes | Description |
|---|

