The file name of the 3 shpaefile files, exluding their file extensions
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Protected Property FileName As String Get Set |
C# |
---|
protected string FileName { get; set; } |
Visual C++ |
---|
protected: property String^ FileName { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_fileName(); function set_fileName(value); |