Provides access to members that control the Compression Layout.
Members
Name | Description | |
---|---|---|
IsActive | Indicates whether the network diagram layout is active. | |
MaxDistanceForGrouping | Indicates the maximum distance used to determine whether two connected junctions are part of the same junctions group or cluster. | |
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 | |
VertexRemovalRule | Indicates the vertex removal rule that is applied during the Compression layout execution. |
ICompressionLayout.MaxDistanceForGrouping Property
Indicates the maximum distance used to determine whether two connected junctions are part of the same junctions group or cluster.
Public Property MaxDistanceForGrouping As Double
public double MaxDistanceForGrouping {get; set;}
ICompressionLayout.VertexRemovalRule Property
Indicates the vertex removal rule that is applied during the Compression layout execution.
Public Property VertexRemovalRule As esriLayoutVertexRemovalRule
public esriLayoutVertexRemovalRule VertexRemovalRule {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement ICompressionLayout
Classes | Description |
---|