allowGeometryUpdates property

bool allowGeometryUpdates

True if the layer allows geometry updates, false otherwise.

Implementation

bool get allowGeometryUpdates {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getAllowGeometryUpdates(
      _handle,
      errorHandler,
    );
  });
}