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
string path

The path at which the mobile geodatabase is created.

Returns
Type Description
Task<Geodatabase>

The Geodatabase in a loaded state, if one was able to be created at the specified path.

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 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.