ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMObject Class / Clone Method
The CIMObject to copy.

In This Topic
    Clone Method (CIMObject)
    In This Topic
    Creates a deep copy of the CIMObject.
    Syntax
    public static CIMObject Clone( 
       CIMObject objectToClone
    )
    Public Shared Function Clone( _
       ByVal objectToClone As CIMObject _
    ) As CIMObject

    Parameters

    objectToClone
    The CIMObject to copy.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also