ArcGIS Pro 2.6 API Reference Guide
NormalizeCentralMeridian Method (IGeometryEngine)

ArcGIS.Core.Geometry Namespace > IGeometryEngine Interface : NormalizeCentralMeridian Method
The geometry that you want folded.
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
Geometry NormalizeCentralMeridian( 
   Geometry geometry
)
Function NormalizeCentralMeridian( _
   ByVal geometry As Geometry _
) As Geometry

Parameters

geometry
The geometry that you want folded.

Return Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

IGeometryEngine Interface
IGeometryEngine Members