ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / LinkChartRelationshipKeyType Enumeration

In This Topic
    LinkChartRelationshipKeyType Enumeration
    In This Topic
    Link chart relationship key type.
    Syntax
    public enum LinkChartRelationshipKeyType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum LinkChartRelationshipKeyType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Entities Link chart relationship has keys from entities.
    Foreign Link chart relationship has foreign keys.
    None Link chart relationship has no keys.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.LinkChartRelationshipKeyType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also