GeometryOperations.CreateMidpoints

GeometryOperations.CreateMidpoints method

Create midpoints by adding a new point in the middle to each segment.

public static IGeometry CreateMidpoints(IGeometry geometry)
ParameterTypeDescription
geometryIGeometryGeometry for processing.

Return Value

The geometry after processing.

See Also