ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKGPaths Class


In This Topic
    CIMKGPaths Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property Gets or sets the list of entities that may be used in paths (not all entities are guaranteed to be used).  
    Public Property 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.  
    Public Property Gets or sets the list of entity types, indexed by 'EntityTypes'.  
    Public Property Gets or sets the list of relationship types, indexed by 'RelationshipTypes'.  
    Public Property Gets or sets the list of relationships groups indices used by paths. Values must be positive.  
    Public Property Gets or sets the list of paths relationships groups end indices (indexes into 'PathsBuffer'). Values must be positive.  
    Public Property Gets or sets the list of relationships cost.  
    Public Property Gets or sets the list of relationships origin entity index (indexes into 'EntitiesUIDs').  
    Public Property Gets or sets the list of relationships groups origin entity index (indexes into 'EntitiesUIDs'). Values must be positive.  
    Public Property Gets or sets the list of relationships groups destination entity index (indexes into 'EntitiesUIDs'). Values must be positive.  
    Public Property Gets or sets the list of relationships that may be used in paths (not all relationships are guaranteed to be used). The list may contain duplicate elements.  
    Public Property Gets or sets the list of relationships groups relationship end indices (indexes into 'RelationshipsGroupsUIDsBuffer'). Values must be positive.  
    Public Property Gets or sets the list of relationships destination entity index (indexes into 'EntitiesUIDs').  
    Public Property Gets or sets a list parallel to RelationshipsGroupsUIDsBuffer representing relationship type indices. if RelationshipTypes[i] >= 0, RelationshipsGroupsUIDsBuffer[i] has type IndexedRelationshipTypes[RelationshipTypes[i]] else the relationship has been deleted after the find path operation.  
    Top
    See Also