Method CreateAsync
CreateAsync(String)
Creates an empty mobile geodatabase at the specified path.
Declaration
public static Task<Geodatabase> CreateAsync(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path at which the mobile geodatabase should be created. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Geodatabase> | A Task that returns a Geodatabase in a loaded state. |
Remarks
Creates an empty mobile geodatabase at the specified path. The path must be non-empty, available, allow read/write access, and end in ".geodatabase". If any of these restrictions are violated, the task will not succeed and a task error will be set.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 100.15 |