Click or drag to resize

VectorGraphicOptimizerRemoveDuplicates(VectorGraphicLayer, Double) Method

Removes duplicate paths in the path list, adjacent duplicate points in polylines and adjacent duplicate loops in polylines.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void RemoveDuplicates(
	VectorGraphicLayer layer,
	double locationDistance = 500
)

Parameters

layer  VectorGraphicLayer
The layer to be worked on.
locationDistance  Double  (Optional)
The locations of two points are considered as equal if their distance is less than this value, measured in micrometers.
See Also