Empty constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public ShapeFile()
Visual C++
public:
ShapeFile()

Remarks

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

See Also