Show / Hide Table of Contents

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
CreateTableAsync(TableDescription)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 100.15
In This Article
Back to top Copyright © 2022 Esri.