MemoryDataSet.Save Methods
Saves features to a file that Load can read.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | Save(System.String fileName) | Saves all features in the MemoryDataSet to the specified file. |
Save(System.String fileName, FeatureEnumerator features) | Saves all features in the MemoryDataSet to the specified file. | |
Save(System.String fileName, FeatureCollection features) | Saves all features in the MemoryDataSet to the specified file. | |
Save(System.String fileName, IEnumerable< Feature > features) | Saves all features in the MemoryDataSet to the specified file. |
Save(System.String fileName)
Saves all features in the MemoryDataSet to the specified file.Syntax
public void Save (
System.String fileName
)
Parameters
fileName
Type: System.String
The location of the file where you want to save the dataset.
The location of the file where you want to save the dataset.
Save(System.String fileName, FeatureEnumerator features)
Saves all features in the MemoryDataSet to the specified file.Syntax
public static void Save (
System.String fileName,
FeatureEnumerator features
)
Parameters
fileName
Type: System.String
The location of the file where you want to save the dataset.
The location of the file where you want to save the dataset.
features
Type: FeatureEnumerator
A feature enumerator.
A feature enumerator.
Save(System.String fileName, FeatureCollection features)
Saves all features in the MemoryDataSet to the specified file.Syntax
public static void Save (
System.String fileName,
FeatureCollection features
)
Parameters
fileName
Type: System.String
The location of the file where you want to save the dataset.
The location of the file where you want to save the dataset.
features
Type: A collection of Feature elements.
A collection of features.
A collection of features.
Save(System.String fileName, IEnumerable< Feature > features)
Saves all features in the MemoryDataSet to the specified file.Syntax
public static void Save (
System.String fileName,
IEnumerable< Feature > features
)
Parameters
fileName
Type: System.String
The location of the file where you want to save the dataset.
The location of the file where you want to save the dataset.
features
Type: A collection of Feature elements.
A collection of features.
A collection of features.
Platforms
Windows, Linux, Android