ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphDataLoadingEntity Class / EntityTypeExpression Property

In This Topic
    EntityTypeExpression Property
    In This Topic
    Gets or sets the expression which is used to generate the entity type of this entity. This property takes precedence over the TypeIsFieldName and EntityType properties. If the EntityTypeExpression property is not null, the EntityType is generated from the script defined in the expression object. If the EntityTypeExpression property is null, the value of the EntityType property is interpreted based on the TypeIsFieldName property.
    Syntax
    public CIMExpressionInfo EntityTypeExpression {get; set;}
    Public Property EntityTypeExpression As CIMExpressionInfo
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also