Show / Hide Table of Contents

Property GenerateGeodatabaseGeometry

GenerateGeodatabaseGeometry

Gets the geometry that was used to generate the sync-enabled geodatabase.

Declaration
public Geometry GenerateGeodatabaseGeometry { get; }
Property Value
Type Description
Geometry

The geometry that was used to generate the sync-enabled geodatabase.

Remarks

If the geodatabase was created using the GenerateGeodatabaseJob, the geometry matches the Extent. If the geodatabase was created using the GenerateOfflineMapJob, the geometry reflects the AreaOfInterest. If the geodatabase was downloaded as part of a PreplannedMapArea, this property will match the geometry used by the web map author when the offline map area was created. See Build offline applications for more information on taking data offline.

Edits made to a sync-enabled Geodatabase must intersect this geometry. If an edit is made outside this extent, or area of interest, it will be rejected.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.7 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.7 - 200.7
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.7
In This Article
Back to top Copyright © 2022 Esri.