ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryEngine Class / NormalizeCentralMeridian Method
The geometry that you want folded. If the input geometry is empty, then it is returned unchanged.

In This Topic
    NormalizeCentralMeridian Method (GeometryEngine)
    In This Topic
    Folds the geometry into a range of 360 degrees. This may be necessary when wrap around is enabled on the map. If geometry is an Envelope then a Polygon will be returned unless the Envelope is empty in which case an empty Envelope will be returned.
    Syntax
    public Geometry NormalizeCentralMeridian( 
       Geometry geometry
    )
    Public Function NormalizeCentralMeridian( _
       ByVal geometry As Geometry _
    ) As Geometry

    Parameters

    geometry
    The geometry that you want folded. If the input geometry is empty, then it is returned unchanged.

    Return Value

    The folded geometry.
    Exceptions
    ExceptionDescription
    Geometry is null.
    The method is not implemented for GeometryBag or Multipatch.
    Geometry.SpatialReference is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also