Click or drag to resize
CMVIEWSetThinRes Method
Set polyline/polygon thinning resolution

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The thinning resolution controls the removal of redundant points from polylines and polygons. Points that deviate from a straight line by less than the thinning resolution are removed. This can significantly reduce the size of a MAP file. We recommend that you set the thinning resolution to 0.02 mm. By default, the thinning resolution is set to 0.05mm. Set resolution to 0.0 to remove colinear points only. To turn off thinning after turning it on, call SetThinRes_MVIEW with a resolution of -1.
Syntax
public void SetThinRes(
	double d1
)

Parameters

d1
Type: SystemDouble
Thinning resolution in mm, -1.0 to turn off.
See Also