GeoJsonFeatureBase.Save method
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.GeoJson.Features |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
Save(string)
Virtual
Saves a JSON representation of this instance to the specified path.
public virtual Void Save(string path)
Parameters
path
String
The path to which the JSON should be saved.
Returns
Save(string, Formatting)
Virtual
Saves a JSON representation of this instance to the specified path.
public virtual Void Save(string path, Formatting formatting)
Parameters
path
String
The path to which the JSON should be saved.
formatting
Formatting
Indicates how the output should be formatted.