Name | Description | |
---|---|---|
CIMKnowledgeLinkChartOrganicLayoutSettings Constructor |
The following tables list the members exposed by CIMKnowledgeLinkChartOrganicLayoutSettings.
Name | Description | |
---|---|---|
CIMKnowledgeLinkChartOrganicLayoutSettings Constructor |
Name | Description | |
---|---|---|
AbsoluteIdealEdgeLength | 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. | |
AutoComputeRepulsionRadius | Gets or sets a value indicating whether the repulsion radius is automatically computed or if it is computed according to 'RepulsionRadiusMultiplier'. | |
ComputationTimeBudget | 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. | |
IdealEdgeLengthType | 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. | |
MultiplicativeIdealEdgeLength | 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. | |
RepulsionRadiusMultiplier | 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. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of CIMKnowledgeLinkChartOrganicLayoutSettings. | |
FromJson | Reconstructs the CIMKnowledgeLinkChartOrganicLayoutSettings with a specified state from a JSON encoding. | |
GetSchema | Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXml | Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ToJson | Overridden. Creates a JSON encoding of the CIMKnowledgeLinkChartOrganicLayoutSettings and its current state. | |
WriteXml | Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject) |
Name | Description | |
---|---|---|
RaisePropertyChanged | Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXmlElement | Overridden. Reads the child element inside the reader. | |
WriteXmlElements | Overridden. Writes a child element to the writer. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject) |