ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / GroundToGridCorrection Class / CreateCopy Method
the instance to be copied

In This Topic
    CreateCopy Method
    In This Topic
    Creates a copy of a ArcGIS.Core.CIM.CIMGroundToGridCorrection instance
    Syntax
    Public Shared Function CreateCopy( _
       ByVal c As CIMGroundToGridCorrection _
    ) As CIMGroundToGridCorrection

    Parameters

    c
    the instance to be copied

    Return Value

    null if c is null, otherwise a new instance containing the same properties as c
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also