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 is created. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Geodatabase> | A System.Threading.Tasks.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 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |