ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeLinkChartOrganicLayoutSettings Class / IdealEdgeLengthType Property

In This Topic
    IdealEdgeLengthType Property
    In This Topic
    Gets or sets the ideal edge length type which determines which property to use to compute the ideal edge length. Only used for geographic layouts. When the value is 'AbsoluteValue', the 'AbsoluteIdealEdgeLength' property is used. When the value is 'Multiplier', the 'MultiplicativeIdealEdgeLength' property is used.
    Syntax
    public LinkChartLayoutIdealEdgeLengthType IdealEdgeLengthType {get; set;}
    Public Property IdealEdgeLengthType As LinkChartLayoutIdealEdgeLengthType
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also