Gets or Sets whether to map files in memory.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Property MapFilesInMemory As Boolean
Get
Set |
C# |
---|
public static bool MapFilesInMemory { get; set; } |
Visual C++ |
---|
public:
static property bool MapFilesInMemory {
bool get ();
void set (bool value);
} |
JavaScript |
---|
EGIS.ShapeFileLib.ShapeFile.get_mapFilesInMemory = function();
EGIS.ShapeFileLib.ShapeFile.set_mapFilesInMemory = function(value); |
Remarks
See Also