Show / Hide Table of Contents

Property GenerateGeodatabaseGeometry

GenerateGeodatabaseGeometry

Gets the geometry (for example an Envelope or Polygon) used to generate a sync enabled geodatabase.

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

The geometry (for example an Envelope or Polygon) used to generate a sync enabled geodatabase.

Remarks

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

This property will return the geometry which was used to create this geodatabase. For example, if the geodatabase was created using a GenerateGeodatabaseJob, this property reflects the Extent property. If the geometry was created using an GenerateOfflineMapJob, this property reflects the AreaOfInterest property. If the geodatabase was downloaded as part of a PreplannedMapArea, this property will match the geometry used by the web map author when the map area was created.

If no geometry was used to create the geodatabase (for example if it was authored using ArcGIS Pro), this property may be null. This property will also be null until the geodatabase is loaded and the LoadStatus is Loaded.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.7 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.7 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 100.15
In This Article
Back to top Copyright © 2022 Esri.