Simplification Threshold. Default is 1

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

Syntax

Visual Basic
Public Property SimplificationPixelThreshold As Integer
	Get
	Set
C#
public int SimplificationPixelThreshold { get; set; }
Visual C++
public:
property int SimplificationPixelThreshold {
	int get ();
	void set (int value);
}
JavaScript
function get_simplificationPixelThreshold();
function set_simplificationPixelThreshold(value);

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