Simplification Threshold. Default is 1

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected Overridable ReadOnly Property SimplificationPixelThreshold As Integer
	Get
C#
protected virtual int SimplificationPixelThreshold { get; }
Visual C++
protected:
virtual property int SimplificationPixelThreshold {
	int get ();
}
JavaScript
function get_simplificationPixelThreshold();

Remarks

This property will simplify geometry points when the vector data is generated at lower tile zoom levels. In general this property should not be changed from the default value of 1

See Also