Gets/Sets the size (in pixels) to use when rendering each point in a Point ShapeFile

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

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

See Also