MemoryDataSet.FromFile Method
Constructs a MemoryDataSet from the specified file.
FromFile(System.String fileName)
Constructs a MemoryDataSet from the specified file.Syntax
public static MemoryDataSet FromFile (
System.String fileName
)
Parameters
The location of the file from which you want to load the dataset.
Remarks
Calling this method will construct a new MemoryDataSet and load both features and Crs from the specified file. The Crs of the MemoryDataSet will be assigned WGS84 LongLat if the file does not contain a CRS.
Platforms
Windows, Linux, Android