Gets the path to the ShapeFile, not including the .shp file extension

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

Syntax

Visual Basic
Public ReadOnly Property FilePath As String
	Get
C#
public string FilePath { get; }
Visual C++
public:
property String^ FilePath {
	String^ get ();
}
JavaScript
function get_filePath();

See Also