Show / Hide Table of Contents

Method GenerateGeodatabase

GenerateGeodatabase(GenerateGeodatabaseParameters, string)

Returns a job to generate and download a geodatabase from an ArcGIS feature service.

Declaration
public GenerateGeodatabaseJob GenerateGeodatabase(GenerateGeodatabaseParameters parameters, string pathToGeodatabaseFile)
Parameters
Type Name Description
GenerateGeodatabaseParameters parameters

The parameters for generate geodatabase.

string pathToGeodatabaseFile

A path including a new filename where the downloaded geodatabase is written to.

Returns
Type Description
GenerateGeodatabaseJob

Returns a job to generate a geodatabase into the specified filename. The filenames should end in .geodatabase.

Remarks

If the ServiceCurveGeometryMode is set to TrueCurveClient the generated geodatabase will include true curve geometries.

Additionally, if the result is a sync-enabled geodatabase and the feature service supports preserving true curves in geodatabase replicas, the generated geodatabase will have IsTrueCurveClient set to true.

See Also
ServiceCurveGeometryMode
IsTrueCurveClient

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.
Generate geodatabase: Generate a local geodatabase from an online feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.
In this article
Provide feedback
Back to top Copyright © 2025 Esri.