ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Copy Method
Destination mapMember where rows will be copied to.
Source mapMember from where rows will be copied from.
Source row ids to copy
Optional subtype code set on destination features.

In This Topic
    Copy Method
    In This Topic
    Copies the specified rows from the source mapMember to the destination mapMember.
    Syntax

    Parameters

    destinationMapMember
    Destination mapMember where rows will be copied to.
    sourceMapMember
    Source mapMember from where rows will be copied from.
    oids
    Source row ids to copy
    subtypeCode
    Optional subtype code set on destination features.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also