ArcGIS Pro 3.7 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 Property EntityTypeExpression As CIMExpressionInfo
    public CIMExpressionInfo EntityTypeExpression {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also