LineThinningOperator.MaxError Property
Gets or sets the maximum allowed deviation of the new geometry from the original.
Syntax
public AttributeVariable< System.Double > MaxError { get; set; }
Property Value
Default: 0.5
The maximum distance that the thinned geometry is allowed to deviate from the original geometry.
Remarks
This property can be specified in either pixels or meters, determined by the value of the MaxErrorLengthUnit property. The default value of 0.5 pixels is on the edge of being visible.
Platforms
Windows, Linux, Android