The base directory where the new shape file will be written

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

Syntax

Visual Basic
Protected Property BaseDirectory As String
	Get
	Set
C#
protected string BaseDirectory { get; set; }
Visual C++
protected:
property String^ BaseDirectory {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_baseDirectory();
function set_baseDirectory(value);

Remarks

The location of the 3 shapefiles will be written to BaseDirectory + FileName + .shp|.shx|.dbf

See Also