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 should be created.

Returns
Type Description
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
.NET 6.0100.14
.NET 6.0 Windows100.14
.NET Framework100.14
Xamarin.Android100.14
Xamarin.iOS100.14
UWP100.14
In This Article
Back to top Copyright © 2021 Esri.