ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKGPaths Class / EntityTypes Property

In This Topic
    EntityTypes Property (CIMKGPaths)
    In This Topic
    Gets or sets a list parallel to EntitiesUIDs representing entity type indices. if EntityTypes[i] >= 0, EntitiesUIDs[i] has type IndexedEntityTypes[EntityTypes[i]] else the entity has been deleted after the find path operation.
    Syntax
    public long[] EntityTypes {get; set;}
    Public Property EntityTypes As Long()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also