ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphLinkChartCentralityConfiguration Class
Properties Methods Events


In This Topic
    CIMKnowledgeGraphLinkChartCentralityConfiguration Class Members
    In This Topic

    The following tables list the members exposed by CIMKnowledgeGraphLinkChartCentralityConfiguration.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the shortest paths based measures will be computed. This setting exists because shortest paths based measures can be costly to compute for larger link charts.  
    Public Property Gets or sets the default cost of a relationship.  
    Public Property Gets or sets the default importance of a relationship.  
    Public Property Gets or sets a value indicating whether entities of type 'Document' are considered to be part of the graph for centrality computations.  
    Public Property Gets or sets the multiedge factor. Acceptable values lie in [0, 1]. In centrality computations, we reduce parallel relationships of a graph to a single edge. The computation of the importance of the single edge depends on the value of MultiedgeFactor. If MultiedgeFactor is 0, the importance of the single edge is the average of parallel relationships. If MultiedgeFactor is 1, the importance of the single edge is the sum of importances of parallel relationships. For values of MultiedgeFactor between 0 and 1, the importance of the single edge is linearly interpolated.  
    Public Property Gets or sets the scores normalization.  
    Public Property Gets or sets the property defining the cost of a relationship. When the string is empty, or the property doesn't exist, or the property value is null, the default relationship cost is used instead. Negative property values are ignored and replaced by zero.  
    Public Property Gets or sets the property defining the importance of a relationship. When the string is empty, or the property doesn't exist, or the property value is null, the default relationship importance is used instead. Negative property values are ignored and replaced by zero.  
    Public Property Gets or sets the relationships interpretation.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMKnowledgeGraphLinkChartCentralityConfiguration.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMKnowledgeGraphLinkChartCentralityConfiguration 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 CIMKnowledgeGraphLinkChartCentralityConfiguration 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