canUpdateGeometry property

bool canUpdateGeometry

True if the geometry of this feature can be edited, otherwise false.

Implementation

bool get canUpdateGeometry {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeature_getCanUpdateGeometry(
        _handle, errorHandler);
  });
}