ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphDataLoadingRelationship Class


In This Topic
    CIMKnowledgeGraphDataLoadingRelationship Class Properties
    In This Topic

    For a list of all members of this type, see CIMKnowledgeGraphDataLoadingRelationship members.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether this relationship should be merged.  
    Public Property Gets or sets the name of the relationship.  
    Public Property Gets or sets the properties of this relationship.  
    Public Property Gets or sets the type of the relationship.  
    Public Property Gets or sets the expression which is used to generate the relationship type of this relationship. This property takes precedence over the TypeIsFieldName and RelationshipType properties. If the RelationshipTypeExpression is not null, the RelationshipType is generated from the script defined in the expression object. If the RelationshipTypeExpression is null, the value of the RelationshipType property is interpreted based on the TypeIsFieldName property.  
    Public Property Gets or sets the source entity name.  
    Public Property Gets or sets the target entity name.  
    Public Property Gets or sets a value indicating whether the Type property is a name itself or the name of a field.  
    Top
    See Also