ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / KGMergePropertiesWithMissingData Enumeration

In This Topic
    KGMergePropertiesWithMissingData Enumeration
    In This Topic
    Specifies the behavior when merge properties have missing data.
    Syntax
    Members
    MemberDescription
    CreateAndMerge Create or merge the item using the merge properties with missing data.
    CreateButDoNotMerge Create the item using the merge properties with missing data, but do not merge with it.
    DoNotCreateOrMerge Do not create or merge the item if any merge property has missing data.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also