The shape type of the shapefile

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

Syntax

Visual Basic
Protected Property ShapeType As ShapeType
	Get
	Set
C#
protected ShapeType ShapeType { get; set; }
Visual C++
protected:
property ShapeType ShapeType {
	ShapeType get ();
	void set (ShapeType value);
}
JavaScript
function get_shapeType();
function set_shapeType(value);

Remarks

Derived classes should set this when creating the ShapeFileWriter

See Also