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

In This Topic
    RelationshipTypes Property (CIMKGPaths)
    In This Topic
    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.
    Syntax
    public long[] RelationshipTypes {get; set;}
    Public Property RelationshipTypes As Long()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also