ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeLinkChartOrganicLayoutSettings Class
Properties Methods Events


In This Topic
    CIMKnowledgeLinkChartOrganicLayoutSettings Class Members
    In This Topic

    The following tables list the members exposed by CIMKnowledgeLinkChartOrganicLayoutSettings.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the value, in degrees, to use for the ideal edge length during layout calculations when the IdealEdgeLengthType is 'absoluteValue'. Only used for geographic layouts.  
    Public Property Gets or sets a value indicating whether the repulsion radius is automatically computed or if it is computed according to 'RepulsionRadiusMultiplier'.  
    Public Property Gets or sets the computation time budget, in seconds. The maximum count of iterations of the force directed algorithm is computed based on the size of the link chart and this computation budget, assuming computations are executed by a theoretical CPU with some known characteristics. Higher values lead to better looking layouts.  
    Public Property 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.  
    Public Property Gets or sets the value used to multiply the default edge length to determine the ideal edge length during layout calculations, when the IdealEdgeLengthType is 'multiplier'. Only used for geographic layouts.  
    Public Property Gets or sets the value to be used for the repulsion radius multiplier. The repulsion radius is computed as the repulsion radius multiplier multiplied by the actual ideal edge length. Only used when 'AutoComputeRepulsionRadius' is false.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMKnowledgeLinkChartOrganicLayoutSettings.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMKnowledgeLinkChartOrganicLayoutSettings with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMKnowledgeLinkChartOrganicLayoutSettings and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also