ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphDataLoadingRelationship Class / RelationshipTypeExpression Property

In This Topic
    RelationshipTypeExpression Property
    In This Topic
    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.
    Syntax
    public CIMExpressionInfo RelationshipTypeExpression {get; set;}
    Public Property RelationshipTypeExpression As CIMExpressionInfo
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also