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

See Also