The file name of the 3 shpaefile files, exluding their file extensions

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

Syntax

Visual Basic (Declaration)
Protected Property FileName As String
C#
protected string FileName { get; set; }
Visual C++
protected:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

See Also