The name of this ShapeFile.

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

Syntax

Visual Basic (Declaration)
Public Property Name As String
C#
public string Name { get; set; }
Visual C++
public:
property String^ Name {
	String^ get ();
	void set (String^ 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