The name of this ShapeFile.

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

Syntax

Visual Basic
Public Property Name As String
	Get
	Set
C#
public string Name { get; set; }
Visual C++
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_name();
function set_name(value);

Remarks

This is common name used to identify a shapefile and is not the name of the file path of this shapefile

See Also