Empty constructor.

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

Syntax

Visual Basic
Public Sub New
C#
public ShapeFile()
Visual C++
public:
ShapeFile()
JavaScript
EGIS.ShapeFileLib.ShapeFile = function();

Remarks

If a ShapeFile is constructed using the empty constructor then it should be followed by calling Load or ReadXml

See Also