useGeometry

Indicates if GenerateGeodatabaseParameters.extent is used to filter the features for downloading. This property is only applicable if GenerateLayerOption.queryOption is GenerateLayerQueryOption.UseFilter.

When this property is true, features intersecting GenerateGeodatabaseParameters.extent are candidates for taking offline.

When this property is false, all features are candidates.

If the GenerateLayerOption.whereClause is also set, this further reduces the features.

For non-spatial tables this property must be set to false.

The default value of this property is true.

Since

200.1.0