allowOthersToUpdate property

bool allowOthersToUpdate

True if others are allowed to update features.

False if an error occurs.

Implementation

bool get allowOthersToUpdate {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_OwnershipBasedAccessControlInfo_getAllowOthersToUpdate(
            _handle, errorHandler);
  });
}