Click or drag to resize
CPLYThin Method
Thin polygons to a desired resolution

Available since Oasis montaj version: 5.1.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Points on the polygon that deviate from a line drawn between neighboring points by more than the thining resolution will be removed.
Syntax
public void Thin(
	double thin
)

Parameters

thin
Type: SystemDouble
Thining resolution
See Also