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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1
)

Parameters

d1
Type: SystemDouble
thining resolution
See Also