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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.7 - 200.5 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.5 |