Property GenerateGeodatabaseGeometry
GenerateGeodatabaseGeometry
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.7 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 100.15 |